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, 19 insertions, 0 deletions
diff --git a/runtime/queries/doxyfile/highlights.scm b/runtime/queries/doxyfile/highlights.scm
new file mode 100644
index 00000000..f9eaaf33
--- /dev/null
+++ b/runtime/queries/doxyfile/highlights.scm
@@ -0,0 +1,19 @@
+(comment) @comment.line
+
+(identifier) @variable
+
+(boolean) @constant.builtin.boolean
+(number) @constant.numeric.integer
+[
+ (unquoted_string)
+ (quoted_string)
+] @string
+
+[
+ "\\"
+] @punctuation.delimiter
+
+[
+ "="
+ "+="
+] @operator