mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
Highlight v-bind using javascript
This commit is contained in:
parent
8e2f79d7ad
commit
e8e8c0f0f2
1 changed files with 4 additions and 0 deletions
|
|
@ -25,4 +25,8 @@
|
||||||
((interpolation
|
((interpolation
|
||||||
(raw_text) @javascript))
|
(raw_text) @javascript))
|
||||||
|
|
||||||
|
((directive_attribute
|
||||||
|
(quoted_attribute_value
|
||||||
|
(attribute_value) @javascript)))
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue