mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(wxml): classify entities as @character.special
This commit is contained in:
parent
28da2121d3
commit
7b33b855f6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
(#offset! @string.special.url 0 1 0 -1))
|
||||
|
||||
; Entity references
|
||||
(entity) @string.escape
|
||||
(entity) @character.special
|
||||
|
||||
; Interpolation delimiters
|
||||
(interpolation_start) @punctuation.special
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue