diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 8af5ef8b7..5e4eb2bf6 100644 --- a/queries/julia/highlights.scm +++ b/queries/julia/highlights.scm @@ -174,3 +174,5 @@ (((identifier) @boolean) (eq? @boolean "true")) (((identifier) @boolean) (eq? @boolean "false")) +["::" ":" "." "," "..." "!"] @punctuation.delimiter +["[" "]" "(" ")" "{" "}"] @punctuation.bracket