1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/less/highlights.scm
2026-01-25 10:51:50 -06:00

36 lines
374 B
Scheme

; inherits: css
[
"@import"
"@namespace"
"@charset"
] @keyword
(js_comment) @comment
(function_name) @function
[
">="
"<="
] @operator
(plain_value) @string
(keyword_query) @function
(identifier) @variable
(variable) @variable
(arguments
(variable) @variable.parameter)
[
"["
"]"
] @punctuation.bracket
(import_statement
(identifier) @function)