RedCMD
RedCMD
its stale cause VSCode didn't respond??
most languages `wordPattern` do not contain `.` resulting in intellisense not showing the snippet automatically manual ctrl+space will still work fine
~~I would think copying works correctly~~ ~~but pasting will stop at the null~~
any specific projects, workspaces, files, languages?
should move report to upstream grammar repo https://github.com/worlpaker/go-syntax CC @worlpaker
sorry > Also you contradict your own statement, as the command is for list and not install: I'm not talking the `install` command I'm talking about the documentation for the...
TextMate grammars aren't VSCode specific they are used in many other editors Atom, sublime, github, shiki, TextMate 2.0 etc
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
regex currently doesn't support comments https://github.com/PowerShell/EditorSyntax/blob/a08b55bf1146c210f58e844be53c2aa78fd5e610/PowerShellSyntax.tmLanguage#L1536
both `vscode-textmate` and TextMate 2.0 physically replace the backreferences in `end`/`while` with the text captured in `begin` they do both escape most of regex's meta characters but there are some...