Rust: highlight loop labels

Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891
This commit is contained in:
Santos Gallegos 2021-10-01 14:40:08 -05:00 committed by Stephan Seitz
parent f96298df94
commit 8cf90f81a4

View file

@ -119,6 +119,7 @@
(closure_parameters (_) @parameter)
(lifetime (identifier) @label)
(loop_label (identifier) @label)
(self) @variable.builtin