diff options
author | A-Walrus | 2022-06-18 16:44:21 +0000 |
---|---|---|
committer | GitHub | 2022-06-18 16:44:21 +0000 |
commit | ad15e7b5e8918e1521683c7f5c63d77e00c58023 (patch) | |
tree | 7f2efe2b2bd77db0ec7e0c3717a5e6d1c6a3ab1e | |
parent | 45ce1ebdb604ae8b044a012f2933e6a42574430a (diff) |
Add "<<=" operator to Rust syntax highlighting (#2805)
-rw-r--r-- | runtime/queries/rust/highlights.scm | 1 |
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 @@ ">>" "<<" ">>=" + "<<=" "@" ".." "..=" |