Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/rustfmt/highlights.scm')
-rw-r--r--runtime/queries/rustfmt/highlights.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/rustfmt/highlights.scm b/runtime/queries/rustfmt/highlights.scm
deleted file mode 100644
index a4a99f99..00000000
--- a/runtime/queries/rustfmt/highlights.scm
+++ /dev/null
@@ -1,29 +0,0 @@
-; (format_string) @string
-
-(escaped) @constant.character.escape
-
-[
- "#"
- (type)
-] @special
-
-[
- (sign)
- (fill)
- (align)
- (width)
-] @operator
-
-(number) @constant.numeric
-
-(colon) @punctuation
-
-(identifier) @variable
-
-((identifier) @constant
- (#match? @constant "^[A-Z_]+$"))
-
-[
- "{"
- "}"
-] @punctuation.special