I'm already familiar with the injectionScope
property when writing an injection grammar for Visual Studio Code.
However, I've come across some grammars also using an injections
property, for example here: https://github.com/pushqrdx/vscode-inline-html/blob/master/syntaxes/es6.inline.html.json, and I can't find any documentation about it. What is it used for?