aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown
Commit message (Collapse)AuthorAge
* Update treesitter markdown (#4078)David2022-10-03
| | | | | * Update treesitter markdown * Update inline and add table injections
* Fix Markdown Metadata (#3400)Erasin2022-08-12
|
* Use split_parser branch for markdown grammar (#3108)Matthias Deiml2022-08-06
|
* markdown: limit raw block highlight to code fence contentMichael Davis2022-07-01
|
* markdown: highlight punctuationMichael Davis2022-07-01
|
* add tree-sitter-edoc (#2640)Michael Davis2022-06-02
| | | | | | | * add tree-sitter-edoc * fix escape character capture in markdown queries * add field negation operator "!" to tsq highlights
* fix Markdown list highlighting (#2401)ChrHorn2022-05-07
|
* Allow separate styles for markup headings (#1618)Alex2022-02-21
| | | | | * update markdown highlighting to use separate heading themes * remove markdown theme scopes in ui
* 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