mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(wxml): do not use @markup
This commit is contained in:
parent
954336fe5c
commit
17480f6fa6
1 changed files with 1 additions and 6 deletions
|
|
@ -51,13 +51,8 @@
|
||||||
; Entity references
|
; Entity references
|
||||||
(entity) @string.escape
|
(entity) @string.escape
|
||||||
|
|
||||||
; Raw text (primarily for wxs JavaScript content)
|
|
||||||
(raw_text) @markup.raw
|
|
||||||
|
|
||||||
; Interpolation expressions
|
; Interpolation expressions
|
||||||
(interpolation) @markup.strong
|
(interpolation) @string.special
|
||||||
|
|
||||||
(expression) @markup.raw
|
|
||||||
|
|
||||||
; Import and include statements
|
; Import and include statements
|
||||||
(import_statement) @keyword.import
|
(import_statement) @keyword.import
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue