mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(tera): use @punctuation.delimiter for :: tokens
This commit is contained in:
parent
913c9a57bf
commit
d97f91bf17
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
|||
[
|
||||
"."
|
||||
","
|
||||
"::"
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
|
|
@ -55,7 +56,6 @@
|
|||
"{{"
|
||||
"-}}"
|
||||
"{{-"
|
||||
"::"
|
||||
] @punctuation.bracket
|
||||
|
||||
; Tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue