mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
highlights(julia): add "type"/"primitive" keyword
This commit is contained in:
parent
1353292813
commit
eca826b703
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@
|
||||||
"return"
|
"return"
|
||||||
"macro"
|
"macro"
|
||||||
"struct"
|
"struct"
|
||||||
|
"primitive"
|
||||||
|
"type"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
((identifier) @keyword (#match? @keyword "^(global|local)$"))
|
((identifier) @keyword (#match? @keyword "^(global|local)$"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue