feat(bibtex): highlight URLs and DOIs

This commit is contained in:
Omar Valdez 2025-03-10 23:09:23 -07:00
parent 38959800c2
commit 225dd6bf31
No known key found for this signature in database

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)