Skip to content

Commit

Permalink
style: format queries
Browse files Browse the repository at this point in the history
  • Loading branch information
boltlessengineer committed Aug 29, 2024
1 parent 2706e86 commit f762623
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions queries/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@

; Script (default to javascript)
((#set! injection.language "javascript")
(comment
name: (_) @_name
(#eq? @_name "lang")
value: (_) @injection.language
)?
.
(_
(script) @injection.content
(#offset! @injection.content 0 2 0 -2)))
(comment
name: (_) @_name
(#eq? @_name "lang")
value: (_) @injection.language)?
.
(_
(script) @injection.content
(#offset! @injection.content 0 2 0 -2)))

0 comments on commit f762623

Please sign in to comment.