Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update treesitter markdown (#4078) | David | 2022-10-03 |
| | | | | | * Update treesitter markdown * Update inline and add table injections | ||
* | Fix Markdown Metadata (#3400) | Erasin | 2022-08-12 |
| | |||
* | Use split_parser branch for markdown grammar (#3108) | Matthias Deiml | 2022-08-06 |
| | |||
* | markdown: limit raw block highlight to code fence content | Michael Davis | 2022-07-01 |
| | |||
* | markdown: highlight punctuation | Michael Davis | 2022-07-01 |
| | |||
* | add tree-sitter-edoc (#2640) | Michael Davis | 2022-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) | ChrHorn | 2022-05-07 |
| | |||
* | Allow separate styles for markup headings (#1618) | Alex | 2022-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 Davis | 2022-01-08 |
| | |||
* | Fix markdown code-block highlighting | Flakebi | 2022-01-01 |
| | | | | | Markdown code blocks should be highlighted as a single block, so set injection.include-children. | ||
* | Add link and quote queries for markdown | Gokul Soumya | 2021-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 markdown | Blaž Hrastnik | 2021-12-15 |
| | |||
* | Add markdown grammar | Blaž Hrastnik | 2021-12-14 |
Fixes #215 |