mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(latex)!: update parser and queries
Breaking change: `(curly_group_label)` replaced by `(curly_group_text)` see latex-lsp/tree-sitter-latex#213
This commit is contained in:
parent
317a77affc
commit
1b8622a830
2 changed files with 4 additions and 4 deletions
|
|
@ -92,9 +92,9 @@
|
|||
|
||||
(label_reference_range
|
||||
command: _ @function.macro
|
||||
from: (curly_group_text
|
||||
from: (curly_group_label
|
||||
(_) @markup.link)
|
||||
to: (curly_group_text
|
||||
to: (curly_group_label
|
||||
(_) @markup.link))
|
||||
|
||||
(label_reference
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
(label_number
|
||||
command: _ @function.macro
|
||||
name: (curly_group_text
|
||||
name: (curly_group_label
|
||||
(_) @markup.link)
|
||||
number: (_) @markup.link)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue