mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(bibtex): use more appropriate captures (#7721)
This commit is contained in:
parent
feab1f19f8
commit
38959800c2
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
(number) @number
|
||||
|
||||
(field
|
||||
name: (identifier) @variable.member)
|
||||
name: (identifier) @property)
|
||||
|
||||
(token
|
||||
(identifier) @variable.parameter)
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
[
|
||||
(key_brace)
|
||||
(key_paren)
|
||||
] @string.special.symbol
|
||||
] @markup.link.label
|
||||
|
||||
(string
|
||||
name: (identifier) @constant)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue