mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
highlights(julia): add punctuation
This commit is contained in:
parent
af3537fbe5
commit
1353292813
1 changed files with 2 additions and 0 deletions
|
|
@ -174,3 +174,5 @@
|
||||||
(((identifier) @boolean) (eq? @boolean "true"))
|
(((identifier) @boolean) (eq? @boolean "true"))
|
||||||
(((identifier) @boolean) (eq? @boolean "false"))
|
(((identifier) @boolean) (eq? @boolean "false"))
|
||||||
|
|
||||||
|
["::" ":" "." "," "..." "!"] @punctuation.delimiter
|
||||||
|
["[" "]" "(" ")" "{" "}"] @punctuation.bracket
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue