Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/textproto/highlights.scm')
-rw-r--r--runtime/queries/textproto/highlights.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/runtime/queries/textproto/highlights.scm b/runtime/queries/textproto/highlights.scm
deleted file mode 100644
index 766897f4..00000000
--- a/runtime/queries/textproto/highlights.scm
+++ /dev/null
@@ -1,22 +0,0 @@
-(string) @string
-
-(field_name) @variable.other.member
-
-(comment) @comment
-
-(number) @constant.numeric
-; covers e.g. booleans and "inf"
-(scalar_value (identifier)) @constant
-; Covers "-inf"
-(scalar_value (signed_identifier)) @constant.numeric
-
-[
- (open_squiggly)
- (close_squiggly)
- (open_square)
- (close_square)
- (open_arrow)
- (close_arrow)
-] @punctuation.bracket
-
-"," @punctuation.delimiter