RedCMD
RedCMD
https://github.com/redhat-developer/vscode-extension-tester/blob/270ed858abc608c6494a43c62c4b9b4df53a47f7/packages/extester/src/util/codeUtil.ts#L266-L270 atm I've just added `followSymlinks: true,`
I could give it a shot but I would need #2072 fixed first otherwise I can't test anything
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
those files are just some old tests file that this repo has copied from the old shell grammar the newer grammar repo lives here https://github.com/jeff-hykin/better-shell-syntax VSCode uses a copy of...
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
vscode_rainbow_csv has syntaxes for csv https://github.com/mechatroner/vscode_rainbow_csv/tree/master/syntaxes tho you're gonna run into the exact same issues that they/GitHub have how to detect the delimiter correctly? and detect strings correctly? ``` "double...
are you able to provide the extension/grammar file?
thank you this looks very promising will `\J` cancel the search instantly or only after getting to the end of the regex? eg. will `a+\Jb` match `aaaaaaab`? or will it...
> it uses TextMate grammar instead of shady regexp @noraj TextMate grammars are regexp based?