tree-sitter-rust icon indicating copy to clipboard operation
tree-sitter-rust copied to clipboard

`as` keyword considered as operator

Open crowlKats opened this issue 4 years ago • 0 comments

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)

crowlKats avatar Aug 21 '21 22:08 crowlKats