mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add injection for markdown strings (#6489)
This commit is contained in:
parent
d04288e0f3
commit
fc9229c846
@ -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…
Reference in New Issue
Block a user