fix(bibtex): use more appropriate captures (#7721)

This commit is contained in:
Omar Valdez 2025-03-10 01:40:32 -07:00 committed by GitHub
parent feab1f19f8
commit 38959800c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)