diff options
| -rw-r--r-- | queries/julia/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 8af5ef8b..5e4eb2bf 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 |
