You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(syntaxes): do not syntax highlight commented template properties (#472)
* fix(syntaxes): do not syntax highlight commented template properties
Prevents syntax highlighting inline templates by excluding the grammar
injection on decorators with comments.
The grammar test framework does not currently support specifying grammar
rule exclusions (PanAeon/vscode-tmgrammar-test#6),
so instead the test cases are moved to snapshot tests
that demonstrate that no other grammars are added on excluded cases.
* fixup! fix(syntaxes): do not syntax highlight commented template properties
* fixup! fix(syntaxes): do not syntax highlight commented template properties
* fixup! fix(syntaxes): do not syntax highlight commented template properties
0 commit comments