Add injection for markdown strings (#6489)
This commit is contained in:
parent
d04288e0f3
commit
fc9229c846
1 changed files with 6 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue