feat(svelte): inject JS on each expression (#1969)

This commit is contained in:
elianiva 2021-11-02 22:59:23 +07:00 committed by GitHub
parent 6d08b25f0e
commit 0916cceab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,10 @@
(quoted_attribute_value (attribute_value) @css))
(#eq? @_attr "style"))
(raw_text_expr) @javascript
[
(raw_text_expr)
(raw_text_each)
] @javascript
(
(script_element