mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -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 ===
|
; == Mustache Statements ===
|
||||||
|
|
||||||
; Hightlight the whole statement, to color brackets and separators
|
; Hightlight the whole statement, to color brackets and separators
|
||||||
(mustache_statement) @tag
|
(mustache_statement) @tag.delimiter
|
||||||
|
|
||||||
; Generic identifiers are variables
|
; Generic identifiers are variables
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
@ -33,4 +33,4 @@
|
||||||
">"
|
">"
|
||||||
"</"
|
"</"
|
||||||
"/>"
|
"/>"
|
||||||
] @tag
|
] @tag.delimiter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue