Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--runtime/queries/ini/highlights.scm17
1 files changed, 13 insertions, 4 deletions
diff --git a/runtime/queries/ini/highlights.scm b/runtime/queries/ini/highlights.scm
index 6277a067..70e649a1 100644
--- a/runtime/queries/ini/highlights.scm
+++ b/runtime/queries/ini/highlights.scm
@@ -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)