Update Typescript, TSX and Svelte grammar, to latest tag (#6874)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
Jeppe Christiansen 2023-07-14 04:42:07 +02:00 committed by GitHub
parent 843ae97120
commit bc4f08febf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View file

@ -4,6 +4,16 @@
(raw_text) @injection.content)
(#set! injection.language "css"))
((style_element
(start_tag
(attribute
(attribute_name) @_attr
(quoted_attribute_value (attribute_value) @_lang)))
(raw_text) @injection.content)
(#eq? @_attr "lang")
(#match? @_lang "scss")
(#set! injection.language "scss"))
((attribute
(attribute_name) @_attr
(quoted_attribute_value (attribute_value) @css))