File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -516,10 +516,10 @@ contexts:
516516 - include : main
517517
518518 vue-directive :
519- - match : \b(v-[\w-]+)\b
519+ - match : \b(v-[\w\:\. -]+)\b
520520 scope : entity.other.attribute-name.html
521521 push : js-attribute-value
522- - match : \B(:|@)([\w-]+)\b
522+ - match : \B(:|@)([\w\. -]+)\b
523523 captures :
524524 1 : punctuation.definition.attribute.html
525525 2 : entity.other.attribute-name.html
@@ -535,7 +535,6 @@ contexts:
535535 - match : ' "'
536536 scope : punctuation.definition.string.begin.html
537537 push :
538- # - meta_scope: source.js.embedded.html
539538 - match : ' "'
540539 scope : punctuation.definition.string.end.html
541540 pop : true
@@ -547,7 +546,6 @@ contexts:
547546 - match : " '"
548547 scope : punctuation.definition.string.begin.html
549548 push :
550- # - meta_scope: source.js.embedded.html
551549 - match : " '"
552550 scope : punctuation.definition.string.end.html
553551 pop : true
@@ -696,7 +694,7 @@ contexts:
696694 - match : (>)
697695 captures :
698696 1 : meta.tag.style.begin.html punctuation.definition.tag.end.html
699- embed : scope:source.sass
697+ embed : scope:source.scss
700698 escape : (?i)(?=</style)
701699 - match : ' '
702700 push :
You can’t perform that action at this time.
0 commit comments