mirror of https://github.com/helix-editor/helix
fix(highlights/ini): make consistency with toml (#13589)
parent
76029e5840
commit
ae0dd313bd
|
@ -1,6 +1,15 @@
|
||||||
(section_name) @namespace
|
(section_name
|
||||||
|
(text) @type)
|
||||||
(setting_name) @keyword
|
|
||||||
(setting_value) @string
|
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
|
[
|
||||||
|
"["
|
||||||
|
"]"
|
||||||
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
"=" @operator
|
||||||
|
|
||||||
|
(setting
|
||||||
|
(setting_name) @variable.other.member
|
||||||
|
(setting_value) @string)
|
||||||
|
|
Loading…
Reference in New Issue