aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown
Commit message (Collapse)AuthorAge
* capture markdown link text as markup.link.text (#1456)Michael Davis2022-01-08
|
* Fix markdown code-block highlightingFlakebi2022-01-01
| | | | | Markdown code blocks should be highlighted as a single block, so set injection.include-children.
* Add link and quote queries for markdownGokul Soumya2021-12-19
| | | | | | | | | - Rename markup.underline.link to markup.link.url - Add markup.link.label - Add markup.quote (The constructor theme scope was missing from the docs, so unrelated to this commit).
* Add injections query for markdownBlaž Hrastnik2021-12-15
|
* Add markdown grammarBlaž Hrastnik2021-12-14
Fixes #215