feat(c): local label highlights

This commit is contained in:
Riley Bruins 2024-02-25 19:49:49 -08:00 committed by Amaan Qureshi
parent fad40f2010
commit 18aa5ae3fd

View file

@ -159,6 +159,11 @@
(statement_identifier) @label
(declaration
type: (type_identifier) @_type
declarator: (identifier) @label
(#eq? @_type "__label__"))
[
(type_identifier)
(type_descriptor)