53c66a3d03333eeae3d5b4aae352d8d36d37e4a9
Add compound assignment operators (+=, -=, *=, /=, %=, &=, |=, ^=, <<=, >>=) and shift operators (<<, >>) to the tmLanguage syntax highlighting grammar. Patterns are ordered longest-first to prevent shorter tokens from shadowing multi-character operators. Also update fibonacci example to use += compound assignment.
Description
No description provided
Languages
Rust
94.7%
Python
5.3%