mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
move divide to punctiation.special
This commit is contained in:
parent
d90a4621a3
commit
558d938c2e
1 changed files with 6 additions and 2 deletions
|
|
@ -129,14 +129,18 @@
|
|||
[
|
||||
"["
|
||||
"]"
|
||||
"$"
|
||||
"${"
|
||||
"{"
|
||||
"}"
|
||||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"$"
|
||||
"${"
|
||||
"}"
|
||||
] @punctuation.special
|
||||
|
||||
;; Comments
|
||||
(comment) @comment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue