fix(markdown): give code blocks higher priority than block quotes

This commit is contained in:
Riley Bruins 2023-09-19 12:12:20 -07:00 committed by Amaan Qureshi
parent 262e9b1e86
commit ea5f5fddad

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 ((block_quote) @text.quote (#set! "priority" 89))
[ [
(block_continuation) (block_continuation)