Unnamed repository; edit this file 'description' to name the repository.
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 @@ ">>" "<<" ">>=" + "<<=" "@" ".." "..=" |