mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(markdown): set block quote priority within allowed range
This commit is contained in:
parent
ea5f5fddad
commit
28e1361d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue