aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown/highlights.scm
Commit message (Collapse)AuthorAge
* 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
|
* 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 markdown grammarBlaž Hrastnik2021-12-14
Fixes #215