highlights(julia): add "type"/"primitive" keyword

This commit is contained in:
Stephan Seitz 2021-04-23 22:39:29 +02:00 committed by Thomas Vigouroux
parent 1353292813
commit eca826b703

View file

@ -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)$"))