fix(astro): make the script element use typescript instead of javascript

This commit is contained in:
Vir Chaudhury 2022-11-12 12:38:53 +08:00 committed by Christian Clason
parent acb65eedc5
commit 58db1d6340

View file

@ -5,3 +5,6 @@
((interpolation
(raw_text) @tsx))
((script_element
(raw_text) @typescript))