aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/rust
diff options
context:
space:
mode:
authorA-Walrus2022-06-18 16:44:21 +0000
committerGitHub2022-06-18 16:44:21 +0000
commitad15e7b5e8918e1521683c7f5c63d77e00c58023 (patch)
tree7f2efe2b2bd77db0ec7e0c3717a5e6d1c6a3ab1e /runtime/queries/rust
parent45ce1ebdb604ae8b044a012f2933e6a42574430a (diff)
Add "<<=" operator to Rust syntax highlighting (#2805)
Diffstat (limited to 'runtime/queries/rust')
-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 @@
">>"
"<<"
">>="
+ "<<="
"@"
".."
"..="