Skip to content

Commit

Permalink
Add injection for markdown strings (#6489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratfink authored Mar 31, 2023
1 parent d04288e commit fc9229c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/queries/julia/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
prefix: (identifier) @function.macro) @injection.content
(#eq? @function.macro "re")
(#set! injection.language "regex"))

(
(prefixed_string_literal
prefix: (identifier) @function.macro) @injection.content
(#eq? @function.macro "md")
(#set! injection.language "markdown"))

0 comments on commit fc9229c

Please sign in to comment.