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.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/queries/ini/highlights.scm b/runtime/queries/ini/highlights.scm
deleted file mode 100644
index 95b5e651..00000000
--- a/runtime/queries/ini/highlights.scm
+++ /dev/null
@@ -1,15 +0,0 @@
-(section_name
- (text) @type)
-
-(comment) @comment
-
-[
- "["
- "]"
-] @punctuation.bracket
-
-"=" @operator
-
-(setting
- (setting_name) @variable.other.member
- ((setting_value) @string)?)