helix-mods/runtime/queries/julia/injections.scm

17 lines
350 B
Scheme
Raw Normal View History

(
(string_literal) @injection.content
(#set! injection.language "markdown"))
2021-07-04 14:24:33 +02:00
(
[
(line_comment)
(block_comment)
] @injection.content
(#set! injection.language "comment"))
(
(prefixed_string_literal
prefix: (identifier) @function.macro) @injection.content
(#eq? @function.macro "re")
(#set! injection.language "regex"))