From ea5f5fddad37a69ef50c4dceb1b790586f14f692 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Tue, 19 Sep 2023 12:12:20 -0700 Subject: fix(markdown): give code blocks higher priority than block quotes --- queries/markdown/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 6c10c0885..a96e84385 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -57,7 +57,7 @@ (task_list_marker_unchecked) @text.todo.unchecked (task_list_marker_checked) @text.todo.checked -(block_quote) @text.quote +((block_quote) @text.quote (#set! "priority" 89)) [ (block_continuation) -- cgit v1.2.3-70-g09d2