Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/pip-requirements/highlights.scm')
-rw-r--r--runtime/queries/pip-requirements/highlights.scm41
1 files changed, 0 insertions, 41 deletions
diff --git a/runtime/queries/pip-requirements/highlights.scm b/runtime/queries/pip-requirements/highlights.scm
deleted file mode 100644
index 6036e301..00000000
--- a/runtime/queries/pip-requirements/highlights.scm
+++ /dev/null
@@ -1,41 +0,0 @@
-(comment) @comment
-
-(requirement (package) @variable)
-(extras (package) @variable.parameter)
-
-; "==" | ">" | "<" | ">=" | "<="
-(version_cmp) @operator
-
-(version) @constant.numeric
-
-(marker_var) @attribute
-
-(marker_op) @keyword.operator
-
-[
- "[" "]"
- "(" ")"
-] @punctuation.bracket
-
-[
- ","
- ";"
- "@"
-] @punctuation.delimiter
-
-[
- "${" "}"
-] @punctuation.special
-
-"=" @operator
-
-(path) @string.special.path
-(url) @string.special.url
-
-(option) @function
-
-(env_var) @constant
-
-(quoted_string) @string
-
-(linebreak) @constant.character.escape