Skip to content

Commit

Permalink
feat(rust): highlight "gen" and "raw" keywords (nvim-treesitter#7419)
Browse files Browse the repository at this point in the history
  • Loading branch information
flippette authored Nov 29, 2024
1 parent 60b4c15 commit 427a90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queries/rust/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,15 @@
[
"async"
"await"
"gen"
] @keyword.coroutine

"try" @keyword.exception

[
"ref"
"pub"
"raw"
(mutable_specifier)
"const"
"static"
Expand Down

0 comments on commit 427a90a

Please sign in to comment.