mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
Markdown: update queries
This commit is contained in:
parent
881cb5b8f2
commit
6c5f4b1b49
2 changed files with 6 additions and 0 deletions
5
queries/markdown/folds.scm
Normal file
5
queries/markdown/folds.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[
|
||||||
|
(fenced_code_block)
|
||||||
|
(indented_code_block)
|
||||||
|
(list)
|
||||||
|
] @fold
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
(list_marker_star)
|
(list_marker_star)
|
||||||
(list_marker_dot)
|
(list_marker_dot)
|
||||||
(list_marker_parenthesis)
|
(list_marker_parenthesis)
|
||||||
|
(thematic_break)
|
||||||
] @punctuation.special
|
] @punctuation.special
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue