Skip to content

Commit 280900a

Browse files
committed
feat: Add syntax highlighting for command literals
1 parent b91c950 commit 280900a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

after/queries/julia/injections.scm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
;; extends
2+
3+
;; Inject Bash syntax highlighting into command_literal nodes.
4+
((command_literal) @injection.content
5+
(#set! injection.language "bash"))
6+

0 commit comments

Comments
 (0)