1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 19:00:06 +08:00
SpaceVim/bundle/nvim-treesitter/queries/rego/highlights.scm

17 lines
405 B
Scheme
Raw Normal View History

; highlights.scm
"import" @include
"package" @include
(reserved_keywords) @keyword
(comment) @comment
(rego_block rego_rule_name: (identifier) @function)
(builtin_function function_name: (function_name) @function.builtin)
(opening_parameter) @punctuation.bracket
(closing_parameter) @punctuation.bracket
(string_definition) @string
(number) @number
(operator) @operator
(true) @boolean
(false) @boolean