highlights(julia): add punctuation

This commit is contained in:
Stephan Seitz 2021-04-23 22:28:19 +02:00 committed by Thomas Vigouroux
parent af3537fbe5
commit 1353292813

View file

@ -174,3 +174,5 @@
(((identifier) @boolean) (eq? @boolean "true"))
(((identifier) @boolean) (eq? @boolean "false"))
["::" ":" "." "," "..." "!"] @punctuation.delimiter
["[" "]" "(" ")" "{" "}"] @punctuation.bracket