Skip to content

Commit

Permalink
drop render(hbs...) injection
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 20, 2024
1 parent c3914f4 commit 9152270
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions runtime/queries/_gjs/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@
((glimmer_template) @injection.content
(#set! injection.language "hbs"))

; Parse Ember/Glimmer/Handlebars/HTMLBars/etc. template literals
; e.g.: await render(hbs`<SomeComponent />`)
(call_expression
function: ((identifier) @_name
(#eq? @_name "hbs"))
arguments: ((template_string) @glimmer
(#offset! @glimmer 0 1 0 -1)))

0 comments on commit 9152270

Please sign in to comment.