mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
perf(html): onevent attrs (#4752)
This commit is contained in:
parent
5e95ecaad0
commit
bff7115bf8
1 changed files with 1 additions and 2 deletions
|
|
@ -71,5 +71,4 @@
|
|||
(attribute
|
||||
(attribute_name) @_name
|
||||
(#lua-match? @_name "^on[a-z]+$")
|
||||
(#offset! @javascript 0 1 0 -1)
|
||||
(quoted_attribute_value) @javascript)
|
||||
(quoted_attribute_value (attribute_value) @javascript))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue