nvim-treesitter/runtime/queries/zathurarc/highlights.scm
2025-05-12 18:43:40 +02:00

36 lines
410 B
Scheme

; General
(path) @string.special.path
(option) @variable.builtin
(command) @keyword
(include_directive
(command) @keyword.import)
(mode_name) @type.builtin
(key) @constant
(function) @function.call
(argument) @variable.parameter
; Comments
(comment) @comment @spell
; Literals
(int) @number
(float) @number.float
(string) @string
(bool) @boolean
[
"<"
">"
"["
"]"
] @punctuation.bracket