We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89a30c commit 192407aCopy full SHA for 192407a
tree-sitter-markdown/queries/injections.scm
@@ -7,6 +7,8 @@
7
8
(document . (section . (thematic_break) (_) @injection.content (thematic_break)) (#set! injection.language "yaml"))
9
10
-([(minus_metadata) (plus_metadata)] @injection.content (#set! injection.language "yml"))
+((minus_metadata) @injection.content (#set! injection.language "yaml"))
11
+
12
+((plus_metadata) @injection.content (#set! injection.language "toml"))
13
14
((inline) @injection.content (#set! injection.language "markdown_inline"))
0 commit comments