pub const HIGHLIGHT_QUERY_BLOCK: &str = ";From nvim-treesitter/nvim-treesitter\n(atx_heading (inline) @text.title)\n(setext_heading (paragraph) @text.title)\n\n[\n  (atx_h1_marker)\n  (atx_h2_marker)\n  (atx_h3_marker)\n  (atx_h4_marker)\n  (atx_h5_marker)\n  (atx_h6_marker)\n  (setext_h1_underline)\n  (setext_h2_underline)\n] @punctuation.special\n\n[\n  (link_title)\n  (indented_code_block)\n  (fenced_code_block)\n] @text.literal\n\n[\n  (fenced_code_block_delimiter)\n] @punctuation.delimiter\n\n(code_fence_content) @none\n\n[\n  (link_destination)\n] @text.uri\n\n[\n  (link_label)\n] @text.reference\n\n[\n  (list_marker_plus)\n  (list_marker_minus)\n  (list_marker_star)\n  (list_marker_dot)\n  (list_marker_parenthesis)\n  (thematic_break)\n] @punctuation.special\n\n[\n  (block_continuation)\n  (block_quote_marker)\n] @punctuation.special\n\n[\n  (backslash_escape)\n] @string.escape\n";