feat(latex)!: update parser and queries

Breaking change: `label_definition`, `label_text` patterns
This commit is contained in:
Christian Clason 2025-07-05 14:47:35 +02:00 committed by Christian Clason
parent 80281c19fd
commit 0d32ec3c3e
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@
(label_definition
command: _ @function.macro
name: (curly_group_text
name: (curly_group_label
(_) @markup.link @nospell))
(label_reference_range
@ -99,7 +99,7 @@
(label_reference
command: _ @function.macro
names: (curly_group_text_list
names: (curly_group_label_list
(_) @markup.link))
(label_number