Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/properties/highlights.scm')
-rw-r--r--runtime/queries/properties/highlights.scm40
1 files changed, 0 insertions, 40 deletions
diff --git a/runtime/queries/properties/highlights.scm b/runtime/queries/properties/highlights.scm
deleted file mode 100644
index d3c6ed79..00000000
--- a/runtime/queries/properties/highlights.scm
+++ /dev/null
@@ -1,40 +0,0 @@
-(comment) @comment
-
-(key) @attribute
-
-(value) @string
-
-(value (escape) @constant.character.escape)
-
-((index) @constant.numeric.integer
- (#match? @constant.numeric.integer "^[0-9]+$"))
-
-((substitution (key) @constant)
- (#match? @constant "^[A-Z0-9_]+"))
-
-((value) @constant.builtin.boolean
- (#any-of? @constant.builtin.boolean "true" "false" "enabled" "disabled"))
-
-((value) @constant.numeric.integer
- (#match? @constant.numeric.integer "^-?[0-9]+$"))
-
-((value) @constant.numeric.float
- (#match? @constant.numeric.float "^-?[0-9]+\.[0-9]$"))
-
-((value) @string.special.path
- (#match? @string.special.path "^(\.{1,2})?/"))
-
-(substitution
- (key) @function
- "::" @punctuation.special
- (secret) @string.special.symbol)
-
-(property [ "=" ":" ] @keyword.operator)
-
-[ "${" "}" ] @punctuation.special
-
-(substitution ":" @punctuation.special)
-
-[ "[" "]" ] @punctuation.bracket
-
-[ "." "\\" ] @punctuation.delimiter