mirror of https://github.com/helix-editor/helix
Add "<<=" operator to Rust syntax highlighting (#2805)
parent
45ce1ebdb6
commit
ad15e7b5e8
|
@ -311,6 +311,7 @@
|
||||||
">>"
|
">>"
|
||||||
"<<"
|
"<<"
|
||||||
">>="
|
">>="
|
||||||
|
"<<="
|
||||||
"@"
|
"@"
|
||||||
".."
|
".."
|
||||||
"..="
|
"..="
|
||||||
|
|
Loading…
Reference in New Issue