diff options
| -rw-r--r-- | queries/markdown/injections.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/markdown/injections.scm b/queries/markdown/injections.scm index c8dfb566..6fa047ac 100644 --- a/queries/markdown/injections.scm +++ b/queries/markdown/injections.scm @@ -6,4 +6,4 @@ ((html_block) @html) ((html_tag) @html) -((thematic_break) (_) @yaml @combined (thematic_break)) +(document . (thematic_break) (_) @yaml @combined (thematic_break)) |
