mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
svelte: also capture src as text.uri
This commit is contained in:
parent
9d57216c0d
commit
1bbcd2fbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
((attribute
|
||||
(attribute_name) @_attr
|
||||
(quoted_attribute_value (attribute_value) @text.uri))
|
||||
(#eq? @_attr "href"))
|
||||
(#match? @_attr "^(href|src)$"))
|
||||
|
||||
(tag_name) @tag
|
||||
(attribute_name) @property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue