mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(wxml): bump parser to v0.2.0 and update interpolation queries
This commit is contained in:
parent
6010f78e19
commit
28da2121d3
2 changed files with 4 additions and 3 deletions
|
|
@ -51,9 +51,10 @@
|
|||
; Entity references
|
||||
(entity) @string.escape
|
||||
|
||||
; Interpolation expressions
|
||||
(interpolation) @string.special
|
||||
; Interpolation delimiters
|
||||
(interpolation_start) @punctuation.special
|
||||
|
||||
(interpolation_end) @punctuation.special
|
||||
|
||||
[
|
||||
"<"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue