tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
341 stars 97 forks source link

`as` keyword considered as operator #112

Closed crowlKats closed 1 year ago

crowlKats commented 3 years ago

currently the as keyword is being parsed as an operator, though it is a keyword (as per https://doc.rust-lang.org/reference/keywords.html)