RedCMD

Results 67 issues of RedCMD

Does this issue occur when all extensions are disabled?: Yes most settings in `'configurationDefaults"` no longer seem to work when restarting VSCode with a file loaded https://github.com/microsoft/vscode/blob/104d04f3c581d8fd575389cbbdd67cf6a4002c91/extensions/json-language-features/package.json#L130-L143 Steps to Reproduce:...

Embedded grammars are not loaded from disk when inside a `captures` rule If the embedded grammar was pre-loaded by another include in the same grammar OR loaded via another grammar...

When using backreferences across `begin`-`end`/`while` rules a bunch of regex characters get escaped in the process The escape characters differ between VSCode TextMate and the official TextMate 2.0 TextMate 2.0...

### Problem When `prec(-1,...)` is added to the `"word"` token rule (`$.other`) Tree-Sitter favors numbers over letters even tho both the grammar and docs state there is no discrimination between...

parser

### Problem Running `.nextSibling` on a ZWT returns the sibling **after** the immediate next sibling related: https://github.com/tree-sitter/tree-sitter/pull/3566 ### Steps to reproduce ```js module.exports = grammar({ name: "nextsibling", extras: $ =>...

bug

set indentation to tabs ![image](https://github.com/user-attachments/assets/4acd9273-6af0-4d8a-96a8-fe5fc81c932e) Right click => `Sort JSON` ![image](https://github.com/user-attachments/assets/36eed2b9-ac4a-4bf7-b38b-a67f417b1bc3) document is formatted with _spaces_ run `>JSON: Sort Document` ![image](https://github.com/user-attachments/assets/9c3d9b9c-3acd-4dac-accc-35480b6ac65d) document is formatted with _tabs_

If the grammar includes scopenames that use characters other than `[\w.-]` `vscode-tmgrammar-test` will then error on them ```rust ERROR can't parse testcase: ./syntaxes/json.tmLanguage.json.snap Error: Invalid assertion at line 6020: #...

Github Readme: https://github.com/PanAeon/vscode-tmgrammar-test/blob/b294109f8c5340ba9f72250017affbb44448ec4b/README.md?plain=1#L52 error from `vscode-tmgrammar-test`: ``` Error: Expecting the first line in the syntax test file to be in the following format: SYNTAX TEST "" ("description")? ``` the `scope`...

`vscode-tmgrammar-snap` currently generates the `.snap` files directly next to the test files would be nice if there was an option to move them to a different folder something like `--outdir...

`vscode-tmgrammar-snap` should add the ` SYNTAX TEST "" ("description")?` line to the top of all the `.snap` files currently running `vscode-tmgrammar-test` on a newly created `.snap` file results in an...