Add "<<=" operator to Rust syntax highlighting (#2805)

This commit is contained in:
A-Walrus 2022-06-18 19:44:21 +03:00 committed by GitHub
parent 45ce1ebdb6
commit ad15e7b5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,7 @@
">>" ">>"
"<<" "<<"
">>=" ">>="
"<<="
"@" "@"
".." ".."
"..=" "..="