Closed as not planned
Description
I'm unsure when this happened in the commits, I have treesitter update everyday, so I believe it has been since last night. I'm also unsure if this has to do with this repo or the main treesitter repo. However, attribute-macros no longer highlight with my code. #[derive(...)]
does, but #[serde(...)]
does not.
The highlight group under #[derive(...)]
is the following:
# Treesitter
* **@variable** -> **rustTSVariable** -> **TSVariable**
* **@function.macro** -> **rustTSFuncMacro** -> **TSFuncMacro**
* **@_name** -> **rust0** -> **0**
* **@_name** -> **rust0** -> **0**
* **@_name** -> **rust0** -> **0**
* **@_name** -> **rust0** -> **0**
* **@_name** -> **rust0** -> **0**
The highlight group under #[serde(...)]
is the following:
# Treesitter
* **@variable** -> **rustTSVariable** -> **TSVariable**
Metadata
Metadata
Assignees
Labels
No labels