mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -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
|
|
@ -2589,7 +2589,7 @@ return {
|
|||
},
|
||||
wxml = {
|
||||
install_info = {
|
||||
revision = '81bd97fa3bbc43516ad0e7ea5518d72651d954bf',
|
||||
revision = '7b821c748dc410332f59496c0dea2632168c4e5a',
|
||||
url = 'https://github.com/BlockLune/tree-sitter-wxml',
|
||||
},
|
||||
maintainers = { '@BlockLune' },
|
||||
|
|
|
|||
|
|
@ -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