mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Rust: highlight loop labels
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891
This commit is contained in:
parent
f96298df94
commit
8cf90f81a4
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
(closure_parameters (_) @parameter)
|
||||
|
||||
(lifetime (identifier) @label)
|
||||
(loop_label (identifier) @label)
|
||||
|
||||
(self) @variable.builtin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue