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

Rust grammar for tree-sitter

Results 55 tree-sitter-rust issues
Sort by recently updated
recently updated
newest added

As the title suggests, I would like to know if it's possible to use a custom color for enum items. It is very unclear and difficult to me to figure...

We're using tree-sitter repositories as submodules in semgrep (see https://github.com/returntocorp/ocaml-tree-sitter-semgrep/blob/main/.gitmodules ) and most repositories are fine except tree-sitter-rust which takes a very long time to clone and update. I usually...

As the title, so it could be highlighted like other parameter ```rust let foo = |_| { bar } ^ ```

### Did you check the tree-sitter docs? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related to...

enhancement

#195 parsed doc comments but it exposed the nodes for the doc comment markers (`!`/`/`) rather than the content of the comments. The comment content is useful for injecting markdown...

This makes it possible to use language injection for this content. Which is useful since this is something that raw string literals are often used for. A query like the...

Adds a tag for enum members. Currently using the semantic name `definition.class` since it's already being used for `enum_item` and seems to most closely align with this property when choosing...

There are a a bunch of more cases where rustc compiles a file whereas treesitter-rustc throws an error, indicating a parsing failure in treesitter-rust. Since I deem filing all these...

bug

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug