-
It seems that braces in lines which are commented out follow the jinja colour scheme rather than that of the comments
Also in this example the # for the comment is highlighted
Is this a …
-
In a couple of markdown files I have this sort of things written:
```
Here is a promql query: `mymetric{some_stuff}`
```
The curly braces causes an exception:
```
Error id a03e1d61-889e-474b-b…
-
The name of the feature makes it feel like it's specifying a preference between always having braces, or never having them (if they can be removed). But that's not really what the feature is. The fe…
-
Is there any way to enforce tag `< />` linebreak style?
E.g. transform this
```html
```
into this
```html
```
Ideally only for tags with multiple lines/arguments
-
@cmlsharp @alex-ozdemir, how complicated would adding support for Zokrates with braces syntax be?
Most of the Zokrates programs using that syntax (e.g., https://zokrates.github.io/examples/rng_tuto…
-
Already the implementation is nice but can be improved by using hashmap where keys are starting braces and values are closing braces then we don't have to hardcode braces through out the solution, wil…
-
Hello. First of all, thank you for writing this super useful utility.
Today, I wanted to run curl commands using rargs, with `-w '%{http_code}'` to change curl's output behavior. However, I just fo…
qbx2 updated
2 months ago
-
Ticket #201312
Feature Type: feat_addition_ide
Description: 1. Typing "{" then pressing enter automatically formats the code appropriately. For example, if I type "if (a == b) {" and press "enter"…
-
### Version
v22.11.0
### Platform
```text
Linux x86_64
```
### Subsystem
util
### What steps will reproduce the bug?
```js
const obj = { m(){} };
console.log(obj); // => {…
-
### Did you check existing issues?
- [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [x] I have searched the ex…