Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/htmldjango/highlights.scm')
-rw-r--r--runtime/queries/htmldjango/highlights.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/runtime/queries/htmldjango/highlights.scm b/runtime/queries/htmldjango/highlights.scm
deleted file mode 100644
index c8077f94..00000000
--- a/runtime/queries/htmldjango/highlights.scm
+++ /dev/null
@@ -1,26 +0,0 @@
-[
- (unpaired_comment)
- (paired_comment)
-] @comment
-
-[
- "{{"
- "}}"
- "{%"
- "%}"
- (end_paired_statement)
-] @punctuation.bracket
-
-[
- (tag_name)
-] @function
-
-(variable_name) @variable
-(filter_name) @function
-(filter_argument) @variable.parameter
-(keyword) @keyword
-(operator) @operator
-(keyword_operator) @keyword.operator
-(number) @constant.numeric
-(boolean) @constant.builtin.boolean
-(string) @string