Unnamed repository; edit this file 'description' to name the repository.
Add "<<=" operator to Rust syntax highlighting (#2805)
A-Walrus 2022-06-18
parent 45ce1eb · commit ad15e7b
-rw-r--r--runtime/queries/rust/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm
index 99cb8381..4b0c018e 100644
--- a/runtime/queries/rust/highlights.scm
+++ b/runtime/queries/rust/highlights.scm
@@ -311,6 +311,7 @@
">>"
"<<"
">>="
+ "<<="
"@"
".."
"..="