Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/doxyfile/highlights.scm')
-rw-r--r--runtime/queries/doxyfile/highlights.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/queries/doxyfile/highlights.scm b/runtime/queries/doxyfile/highlights.scm
deleted file mode 100644
index f9eaaf33..00000000
--- a/runtime/queries/doxyfile/highlights.scm
+++ /dev/null
@@ -1,19 +0,0 @@
-(comment) @comment.line
-
-(identifier) @variable
-
-(boolean) @constant.builtin.boolean
-(number) @constant.numeric.integer
-[
- (unquoted_string)
- (quoted_string)
-] @string
-
-[
- "\\"
-] @punctuation.delimiter
-
-[
- "="
- "+="
-] @operator