From 28e1361d4abdc9aec669a767c8b9f96ad21fe1a6 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Wed, 20 Sep 2023 10:46:17 -0700 Subject: [PATCH] fix(markdown): set block quote priority within allowed range --- 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 a96e84385..23f1fb60f 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 (#set! "priority" 89)) +((block_quote) @text.quote (#set! "priority" 90)) [ (block_continuation)