feat(bibtex): highlight URLs and DOIs (#7725)

This commit is contained in:
Omar Valdez 2025-03-11 00:48:09 -07:00 committed by GitHub
parent 108302da0e
commit 833405d5a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,13 @@
(quote_word)
] @string
((field
name: (identifier) @_url
value: (value
(token
(brace_word) @string.special.url)))
(#any-of? @_url "url" "doi"))
[
(key_brace)
(key_paren)