nvim-treesitter/runtime/queries/ini/highlights.scm

17 lines
183 B
Scheme
Raw Normal View History

2023-01-20 21:09:48 +01:00
(section_name
(text) @markup.heading)
2024-01-06 15:05:50 +09:00
2023-09-13 00:25:01 +09:00
(comment) @comment @spell
2023-01-20 21:09:48 +01:00
[
2024-01-06 15:05:50 +09:00
"["
"]"
2023-01-20 21:09:48 +01:00
] @punctuation.bracket
2024-01-06 15:05:50 +09:00
"=" @operator
(setting
(setting_name) @property)
2023-01-20 21:09:48 +01:00
(setting_value) @string