nvim-treesitter/runtime/queries/tmux/highlights.scm

46 lines
545 B
Scheme
Raw Normal View History

2024-02-20 03:26:32 +08:00
(comment) @comment @spell
(string) @string
2024-02-20 03:26:32 +08:00
(path) @string.special.path
(int) @number
2024-02-20 03:26:32 +08:00
[
(option)
(name)
2024-02-20 03:26:32 +08:00
] @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
2024-02-20 03:26:32 +08:00
(source_file_directive
(command) @keyword.import)
(hook_name) @attribute
2024-02-20 03:26:32 +08:00
"=" @operator
";" @punctuation.delimiter
2024-02-20 03:26:32 +08:00
[
"}"
"]"
"["
"{"
] @punctuation.bracket