mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
36 lines
374 B
Scheme
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)
|