Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/scss/highlights.scm')
-rw-r--r--runtime/queries/scss/highlights.scm105
1 files changed, 0 insertions, 105 deletions
diff --git a/runtime/queries/scss/highlights.scm b/runtime/queries/scss/highlights.scm
deleted file mode 100644
index e3818fb6..00000000
--- a/runtime/queries/scss/highlights.scm
+++ /dev/null
@@ -1,105 +0,0 @@
-[(comment) (single_line_comment)] @comment
-
-[
- "~"
- ">"
- "+"
- "-"
- "*"
- "/"
- "="
- "^="
- "|="
- "~="
- "$="
- "*="
-] @operator
-
-[
- "in"
- "and"
- "or"
- "not"
- "only"
-] @operator.control
-
-[
- "@apply"
- "@at-root"
- "@charset"
- "@debug"
- "@error"
- "@extend"
- "@keyframes"
- "@media"
- "@mixin"
- "@supports"
- "@warn"
-] @constant.builtin
-
-[
- "@import"
- "@include"
- "@forward"
- "@use"
-] @keyword.control.import
-
-[
- "@if"
- "@else"
-] @keyword.control.conditional
-
-[
- "@each"
- "@for"
- "@while"
-] @keyword.control.repeat
-
-"@return" @keyword.control.return
-
-"@function" @function.method
-"@namespace" @namespace
-
-(property_name) @variable.other.member
-
-((property_name) @variable
- (#match? @variable "^--"))
-((plain_value) @variable
- (#match? @variable "^--"))
-
-(tag_name) @tag
-(universal_selector) @tag
-(attribute_selector (plain_value) @string)
-(nesting_selector) @variable.other.member
-(pseudo_element_selector) @attribute
-(pseudo_class_selector) @attribute
-
-(identifier) @variable
-(class_name) @label
-(id_name) @label
-(namespace_name) @namespace
-
-(feature_name) @variable.other.member
-(variable) @variable
-(variable_name) @variable.other.member
-(variable_value) @variable.other.member
-(argument_name) @variable.parameter
-(selectors) @variable.other.member
-
-(attribute_name) @attribute
-
-(function_name) @function
-
-(to) @keyword
-(from) @keyword
-(important) @keyword
-
-(string_value) @string
-(color_value) @string.special
-
-(integer_value) @constant.numeric.integer
-(float_value) @constant.numeric.float
-(unit) @type
-
-"#" @punctuation.delimiter
-"," @punctuation.delimiter