You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime
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.
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries Fix HTML injection within markdown (#5265) 2 years ago
themes fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250) 2 years ago
tutor tutor: Fix typos in 8.2 (#5213) 2 years ago