angular / vscode-ng-language-service

Angular extension for Visual Studio Code
MIT License
773 stars 116 forks source link

fix(syntaxes): add back block syntaxes to injection for entire TS file #2065

Closed atscott closed 2 months ago

atscott commented 2 months ago

We rely on the injectionSelector to prevent matching our grammars in contexts which they should not apply. The injectionSelector only applies when the grammar is injected to the file via injectTo. Otherwise, the grammer is applied directly when it is included in the patterns array of another match.

fixes #2062

angular-automatic-lock-bot[bot] commented 1 month ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.