helix-mods/runtime/queries/markdown
Michael Davis 7905086b55
Fix HTML injection within markdown (#5265)
HTML nodes should be combined injections in the markdown block
grammar. When nodes are together the highlighting works properly but
when there is markdown content between HTML nodes like in a `<details>`
tag, the highlighting of the closing tag breaks since tree-sitter-html
looks for opening and closing tags.
2022-12-23 10:21:02 +09:00
..
highlights.scm Use split_parser branch for markdown grammar (#3108) 2022-08-06 10:56:48 -05:00
injections.scm Fix HTML injection within markdown (#5265) 2022-12-23 10:21:02 +09:00