mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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"
|
||||
"macro"
|
||||
"struct"
|
||||
"primitive"
|
||||
"type"
|
||||
] @keyword
|
||||
|
||||
((identifier) @keyword (#match? @keyword "^(global|local)$"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue