tree-sitter-rust
tree-sitter-rust copied to clipboard
`as` keyword considered as operator
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)