mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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.bracket
|
||||||
|
|
||||||
|
[
|
||||||
|
"$"
|
||||||
|
"${"
|
||||||
|
"}"
|
||||||
|
] @punctuation.special
|
||||||
|
|
||||||
;; Comments
|
;; Comments
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue