Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HTML injection within markdown (helix-editor#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.
- Loading branch information