1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/ini/highlights.scm
2025-07-07 15:55:19 -05:00

16 lines
183 B
Scheme

(section_name
(text) @type)
(comment) @comment
[
"["
"]"
] @punctuation.bracket
"=" @operator
(setting
(setting_name) @variable.other.member
((setting_value) @string)?)