nvim-treesitter/runtime/queries/tmux/highlights.scm
Christian Clason 07204cd6ae feat(tmux)!: update parser and queries
Breaking change: removed nodes
2026-07-18 22:23:55 +02:00

45 lines
545 B
Scheme

(comment) @comment @spell
(string) @string
(path) @string.special.path
(int) @number
[
(option)
(name)
] @variable
(command_line_option) @variable.builtin
((option) @variable.builtin
(#not-lua-match? @variable.builtin "^@"))
[
(if_keyword)
(elif_keyword)
(else_keyword)
(endif_keyword)
] @keyword.conditional
[
(hidden_keyword)
(command)
] @keyword
(source_file_directive
(command) @keyword.import)
(hook_name) @attribute
"=" @operator
";" @punctuation.delimiter
[
"}"
"]"
"["
"{"
] @punctuation.bracket