feat(html): set url attribute for HTML URLs

This commit is contained in:
Gregory Anders 2024-07-23 20:19:01 -05:00 committed by Christian Clason
parent 205102f372
commit b1e88723ee

View file

@ -93,7 +93,8 @@
(attribute_name) @_attr
(quoted_attribute_value
(attribute_value) @string.special.url))
(#any-of? @_attr "href" "src"))
(#any-of? @_attr "href" "src")
(#set! @string.special.url "url" @string.special.url))
[
"<"