Remove backpassing

This commit is contained in:
Sam Mohr 2025-01-01 17:12:24 -08:00
parent b8040bf6a2
commit cbcbfd3265
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
94 changed files with 231 additions and 2246 deletions

View file

@ -51,7 +51,7 @@ pub fn highlight(code: &str) -> Vec<String> {
| Token::Backslash
| Token::Pizza
| Token::Arrow
| Token::Backpass
| Token::BackArrow
| Token::ColonEquals
| Token::Colon
| Token::And