mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
fix(latex): capture nameless color change (#7243)
Color can be changed by directly passing color `model` and `spec`, so make the `name` field optional. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
This commit is contained in:
parent
5a2ff8b7ca
commit
245ffff7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@
|
||||||
(color_reference
|
(color_reference
|
||||||
command: _ @function.macro
|
command: _ @function.macro
|
||||||
name: (curly_group_text
|
name: (curly_group_text
|
||||||
(_) @markup.link))
|
(_) @markup.link)?)
|
||||||
|
|
||||||
; Sectioning
|
; Sectioning
|
||||||
(title_declaration
|
(title_declaration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue