fix(highlights/ini): make consistency with toml (#13589)

pull/13593/head
Binh Tran 2025-05-22 20:52:51 +07:00 committed by GitHub
parent 76029e5840
commit ae0dd313bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,15 @@
(section_name) @namespace
(setting_name) @keyword
(setting_value) @string
(section_name
(text) @type)
(comment) @comment
[
"["
"]"
] @punctuation.bracket
"=" @operator
(setting
(setting_name) @variable.other.member
(setting_value) @string)