Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hyprlang/highlights.scm')
-rw-r--r--runtime/queries/hyprlang/highlights.scm58
1 files changed, 0 insertions, 58 deletions
diff --git a/runtime/queries/hyprlang/highlights.scm b/runtime/queries/hyprlang/highlights.scm
deleted file mode 100644
index bf898c9c..00000000
--- a/runtime/queries/hyprlang/highlights.scm
+++ /dev/null
@@ -1,58 +0,0 @@
-(comment) @comment
-
-[
- "source"
- "exec"
- "exec-once"
-] @function.builtin
-
-(keyword
- (name) @keyword)
-
-(assignment
- (name) @variable.other.member)
-
-(section
- (name) @namespace)
-
-(section
- device: (device_name) @type)
-
-(variable) @variable
-
-"$" @punctuation.special
-
-(boolean) @constant.builtin.boolean
-
-(string) @string
-
-(mod) @constant
-
-[
- "rgb"
- "rgba"
-] @function.builtin
-
-[
- (number)
- (legacy_hex)
- (angle)
- (hex)
-] @constant.numeric
-
-"deg" @type
-
-"," @punctuation.delimiter
-
-[
- "("
- ")"
- "{"
- "}"
-] @punctuation.bracket
-
-[
- "="
- "-"
- "+"
-] @operator