mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
add back delimiter
This commit is contained in:
parent
90415552c0
commit
cb2de4e172
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
; == Mustache Statements ===
|
||||
|
||||
; Hightlight the whole statement, to color brackets and separators
|
||||
(mustache_statement) @tag
|
||||
(mustache_statement) @tag.delimiter
|
||||
|
||||
; Generic identifiers are variables
|
||||
(identifier) @variable
|
||||
|
|
@ -33,4 +33,4 @@
|
|||
">"
|
||||
"</"
|
||||
"/>"
|
||||
] @tag
|
||||
] @tag.delimiter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue