small fix syntax highlighting in vue.js files (#11706)
* small fix syntax highlighting in vue.js files * changes after review by mikedavis
This commit is contained in:
parent
5717aa8e35
commit
274c660a0e
1 changed files with 11 additions and 4 deletions
|
@ -6,9 +6,13 @@
|
|||
|
||||
(attribute
|
||||
(attribute_name) @attribute
|
||||
(quoted_attribute_value
|
||||
(attribute_value) @string)
|
||||
)
|
||||
[(attribute_value) (quoted_attribute_value)]? @string)
|
||||
|
||||
(directive_attribute
|
||||
(directive_name) @attribute
|
||||
(directive_argument)? @attribute
|
||||
(directive_modifiers)? @attribute
|
||||
[(attribute_value) (quoted_attribute_value)]? @string)
|
||||
|
||||
(comment) @comment
|
||||
|
||||
|
@ -18,4 +22,7 @@
|
|||
"</"
|
||||
"{{"
|
||||
"}}"
|
||||
"/>"
|
||||
] @punctuation.bracket
|
||||
"=" @punctuation.delimiter
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue