| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* Update treesitter markdown
* Update inline and add table injections
|
| |
|
| |
|
|
|
|
|
| |
Markdown code blocks should be highlighted as a single block, so set
injection.include-children.
|
| |
|
|
Fixes #215
|