1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/tmux/highlights.scm

53 lines
574 B
Scheme

; Comments
(comment) @comment @spell
; General
[
(string)
(raw_string)
] @string
(int) @number
(path) @string.special.path
[
(option)
(variable_name)
] @variable
(command_line_option) @variable.builtin
((option) @variable.builtin
(#not-lua-match? @variable.builtin "^@"))
(command) @keyword
(source_file_directive
(command) @keyword.import)
(attribute) @attribute
(function_name) @function.call
"=" @operator
[
","
":"
] @punctuation.delimiter
[
"#"
"?"
] @punctuation.special
[
"#{"
"}"
"#["
"]"
"["
"{"
] @punctuation.bracket