mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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 = {
|
wxml = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '81bd97fa3bbc43516ad0e7ea5518d72651d954bf',
|
revision = '7b821c748dc410332f59496c0dea2632168c4e5a',
|
||||||
url = 'https://github.com/BlockLune/tree-sitter-wxml',
|
url = 'https://github.com/BlockLune/tree-sitter-wxml',
|
||||||
},
|
},
|
||||||
maintainers = { '@BlockLune' },
|
maintainers = { '@BlockLune' },
|
||||||
|
|
|
||||||
|
|
@ -51,9 +51,10 @@
|
||||||
; Entity references
|
; Entity references
|
||||||
(entity) @string.escape
|
(entity) @string.escape
|
||||||
|
|
||||||
; Interpolation expressions
|
; Interpolation delimiters
|
||||||
(interpolation) @string.special
|
(interpolation_start) @punctuation.special
|
||||||
|
|
||||||
|
(interpolation_end) @punctuation.special
|
||||||
|
|
||||||
[
|
[
|
||||||
"<"
|
"<"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue