fix(markdown): set block quote priority within allowed range

This commit is contained in:
Riley Bruins 2023-09-20 10:46:17 -07:00 committed by Amaan Qureshi
parent ea5f5fddad
commit 28e1361d4a

View file

@ -57,7 +57,7 @@
(task_list_marker_unchecked) @text.todo.unchecked (task_list_marker_unchecked) @text.todo.unchecked
(task_list_marker_checked) @text.todo.checked (task_list_marker_checked) @text.todo.checked
((block_quote) @text.quote (#set! "priority" 89)) ((block_quote) @text.quote (#set! "priority" 90))
[ [
(block_continuation) (block_continuation)