We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf7158 commit dfcd16eCopy full SHA for dfcd16e
Vue Component.sublime-syntax.yaml-macros
@@ -57,10 +57,10 @@ contexts: !merge
57
- include: main
58
59
vue-directive:
60
- - match: \b(v-[\w-]+)\b
+ - match: \b(v-[\w\:\.-]+)\b
61
scope: entity.other.attribute-name.html
62
push: js-attribute-value
63
- - match: \B(:|@)([\w-]+)\b
+ - match: \B(:|@)([\w\.-]+)\b
64
captures:
65
1: punctuation.definition.attribute.html
66
2: entity.other.attribute-name.html
@@ -235,7 +235,7 @@ contexts: !merge
235
- match: '(>)'
236
237
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
238
- embed: scope:source.sass
+ embed: scope:source.scss
239
escape: (?i)(?=</style)
240
- match: ''
241
push:
0 commit comments