nvim-treesitter/queries/muttrc/highlights.scm
2024-02-15 09:39:10 +01:00

53 lines
592 B
Scheme

; Comments
(comment) @comment @spell
; General
(int) @number
(string) @string
[
(map)
(object)
(composeobject)
(color)
(attribute)
] @string.special
(quadoption) @boolean
(path) @string.special.path
(regex) @string.regexp
[
(option)
(command_line_option)
] @variable.builtin
(command) @keyword
(source_directive
(command) @keyword.import)
(uri) @string.special.url
(key_name) @constant.builtin
(escape) @string.escape
(function) @function.call
; Literals
[
"<"
">"
] @punctuation.bracket
"," @punctuation.delimiter
[
"&"
"?"
"*"
] @character.special