microsoft / vscode-textmate

A library that helps tokenize text using Text Mate grammars.
MIT License
581 stars 115 forks source link

Support `IGrammarRegistration.injectTo` and `IRawGrammar.injectionSelector` #153

Open ghost opened 3 years ago

ghost commented 3 years ago

I want to use vscode-textmate for an LSP to highlight parameters in function scopes correctly. The vscode-matlab repo uses a injection grammar for read-write variable tokens, so I need injection grammar support in this package.

ghost commented 3 years ago

@alexdima will a PR get dev time for review?