
Closes https://github.com/zed-industries/zed/issues/4565 To fix issues with code blocks' parsing in Markdown, a tree-sitter-markdown library update is needed. But `tree_sitter::language` is used in many places within core Zed, which forced more library updates. Release Notes: - Updated tree-sitter parsers for core languages --------- Co-authored-by: Max Brunsfeld <max@zed.dev> Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
16 lines
254 B
Scheme
16 lines
254 B
Scheme
[
|
|
(atx_heading)
|
|
(setext_heading)
|
|
] @title
|
|
|
|
[
|
|
(list_marker_plus)
|
|
(list_marker_minus)
|
|
(list_marker_star)
|
|
(list_marker_dot)
|
|
(list_marker_parenthesis)
|
|
] @punctuation.list_marker
|
|
|
|
(fenced_code_block
|
|
(info_string
|
|
(language) @text.literal))
|