mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(bibtex): use better captures
This commit is contained in:
parent
afe977dadd
commit
583ba0666d
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