mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
fix(latex)!: update label_{reference_range,number}
In accordance with latex-lsp/tree-sitter-latex#213, this updates the node types for label_reference_range and label_number nodes to use the curly_group_label nodes.
This commit is contained in:
parent
8c8742871a
commit
45dd407b7a
1 changed files with 3 additions and 3 deletions
|
|
@ -92,9 +92,9 @@
|
||||||
|
|
||||||
(label_reference_range
|
(label_reference_range
|
||||||
command: _ @function.macro
|
command: _ @function.macro
|
||||||
from: (curly_group_text
|
from: (curly_group_label
|
||||||
(_) @markup.link)
|
(_) @markup.link)
|
||||||
to: (curly_group_text
|
to: (curly_group_label
|
||||||
(_) @markup.link))
|
(_) @markup.link))
|
||||||
|
|
||||||
(label_reference
|
(label_reference
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
(label_number
|
(label_number
|
||||||
command: _ @function.macro
|
command: _ @function.macro
|
||||||
name: (curly_group_text
|
name: (curly_group_label
|
||||||
(_) @markup.link)
|
(_) @markup.link)
|
||||||
number: (_) @markup.link)
|
number: (_) @markup.link)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue