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

57 lines
511 B
Scheme

(comment) @comment @spell
[
"source"
"exec"
"exec-once"
] @keyword
(keyword
(name) @keyword)
(assignment
(name) @property)
(section
(name) @module)
(section
device: (device_name) @type)
(variable) @variable
"$" @punctuation.special
(boolean) @boolean
(mod) @constant
[
"rgb"
"rgba"
] @function.builtin
[
(number)
(legacy_hex)
(angle)
(hex)
] @number
"deg" @type
"," @punctuation.delimiter
[
"("
")"
"{"
"}"
] @punctuation.bracket
[
"="
"-"
"+"
] @operator