feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064)

This commit is contained in:
NullVoxPopuli 2024-08-31 13:15:40 -04:00 committed by GitHub
parent 0b61eb4923
commit 628f53e4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 152 additions and 8 deletions

View file

@ -43,10 +43,6 @@
(statement_identifier) @label
(glimmer_opening_tag) @tag.builtin
(glimmer_closing_tag) @tag.builtin
; Function and method definitions
;--------------------------------
(function_expression

View file

@ -88,9 +88,6 @@
(#set! injection.include-children)
(#set! injection.language "glimmer")))
((glimmer_template) @injection.content
(#set! injection.language "glimmer"))
; css`<css>`, keyframes`<css>`
(call_expression
function: [