Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ini/highlights.scm')
-rw-r--r--runtime/queries/ini/highlights.scm17
1 files changed, 4 insertions, 13 deletions
diff --git a/runtime/queries/ini/highlights.scm b/runtime/queries/ini/highlights.scm
index 95b5e651..6277a067 100644
--- a/runtime/queries/ini/highlights.scm
+++ b/runtime/queries/ini/highlights.scm
@@ -1,15 +1,6 @@
-(section_name
- (text) @type)
+(section_name) @namespace
-(comment) @comment
-
-[
- "["
- "]"
-] @punctuation.bracket
+(setting_name) @keyword
+(setting_value) @string
-"=" @operator
-
-(setting
- (setting_name) @variable.other.member
- ((setting_value) @string)?)
+(comment) @comment