RedCMD

Results 67 issues of RedCMD

### Problem Very simple query taking an insanely long time `249298.728ms` to compile `((while) (end) @end)` ### Steps to reproduce Build grammar from [repo](https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/src/tree-sitter/tree-sitter-json/grammar.js#L366-L369) Create test file and parse it...

query

Fixes #3956 possible Fixes/Workaround for: * https://github.com/tree-sitter/tree-sitter/issues/3956 * https://github.com/tree-sitter/tree-sitter/issues/1942 * https://github.com/tree-sitter/tree-sitter/issues/1903 * https://github.com/tree-sitter/tree-sitter/issues/973 * https://github.com/tree-sitter/tree-sitter/discussions/1853 * https://github.com/tree-sitter/tree-sitter/pull/2374 I've just copy pasted the negative fields syntax `!field` changing: * `negative` to...

### Problem Currently for a query to validate against multiple adjacent nodes all combinations of siblings need to be manually listed out for instance: ```css (parent (childA) (childB) (childC)) (parent...

if a token scope contained space ` `, tab `\t` or newline `\r` `\n` `vscode-tmgrammar-snap` would report that the scopes had changed (even tho there was no changes) now we...

Adds `filename` support fixes `extensions` that contained multiple dots `.`, eg `.tmLanguage.json` \- now attempts to match against the entire extension `.tmLanguage.json`, not just the last section `.json` matches VSCode...

matches VSCode https://github.com/microsoft/vscode/blob/19f868fd9a7e6244e924cadafdefbe49ba128524/package.json#L113 https://github.com/microsoft/vscode/blob/19f868fd9a7e6244e924cadafdefbe49ba128524/package.json#L115

**Describe the bug** I recieve this error when starting VSCode ```js Activating extension 'github.vscode-github-actions' failed: Not Found - https://docs.github.com/rest/repos/repos#get-a-repository. ``` **To Reproduce** Steps to reproduce the behavior: 1. **Expected behavior**...

bug

### Describe the bug `npm run ui-test` fails with: ### Steps to reproduce ```Shell clone https://github.com/redhat-developer/vscode-extension-tester-example npm i npm run ui-test ``` ### Logs ```Shell Executing task: npm run ui-test...

bug
new-issue

### Describe the request Allow package extension with `--follow-symlinks` arg or simply just run `npm run package` if it exists? ### Usage I use `npm link` to link in external...

enhancement