mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -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) @string.escape
|
||||
|
||||
; Raw text (primarily for wxs JavaScript content)
|
||||
(raw_text) @markup.raw
|
||||
|
||||
; Interpolation expressions
|
||||
(interpolation) @markup.strong
|
||||
|
||||
(expression) @markup.raw
|
||||
(interpolation) @string.special
|
||||
|
||||
; Import and include statements
|
||||
(import_statement) @keyword.import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue