move divide to punctiation.special

This commit is contained in:
Tormod Alf Try Tufteland 2020-11-30 23:06:01 +01:00 committed by Stephan Seitz
parent d90a4621a3
commit 558d938c2e

View file

@ -129,14 +129,18 @@
[ [
"[" "["
"]" "]"
"$"
"${"
"{" "{"
"}" "}"
"(" "("
")" ")"
] @punctuation.bracket ] @punctuation.bracket
[
"$"
"${"
"}"
] @punctuation.special
;; Comments ;; Comments
(comment) @comment (comment) @comment