Skip to content

Commit

Permalink
fix: avoid directives syntax highlight in html comment inside svg tag
Browse files Browse the repository at this point in the history
close #1206
  • Loading branch information
johnsoncodehk committed Apr 23, 2022
1 parent 726c7f5 commit e108309
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
{
"fileTypes": [],
"injectionSelector": "L:meta.tag.metadata, L:meta.tag.structure, L:meta.tag.inline, L:meta.tag.object, L:meta.tag.other, L:meta.tag.custom, L:meta.element.structure.svg",
"injectionSelector": "L:meta.tag.metadata, L:meta.tag.structure, L:meta.tag.inline, L:meta.tag.object, L:meta.tag.other, L:meta.tag.custom, L:meta.element.structure.svg -comment.block",
"patterns": [
{
"include": "source.vue#vue-directives"
Expand Down

0 comments on commit e108309

Please sign in to comment.