| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-30 | feat: conceal backslash escape | Folke Lemaitre | |
| 2022-10-29 | feat: markdown table highlights and inline | Folke Lemaitre | |
| 2022-09-06 | feat(spell): upstream spell queries from spellsitter | Lewis Russell | |
| 2022-06-26 | feat(markdown)!: switch to split parser (#3048) | Matthias Deiml | |
| * switch to split markdown parser with separate block and inline parsers to improve performance * add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212) * split markdown queries into block and inline ones and add the injection for inline into block grammar * add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory) BREAKING CHANGE: downstream queries need to be adapted to new parser | |||
| 2022-06-22 | Simplify inline conceal | Jonathan Lopez | |
| 2022-06-22 | Refactor markdown conceal code | Jonathan Lopez | |
| 2022-06-22 | Conceal markdown links | Jonathan Lopez | |
| 2022-04-15 | highlights(markdown): fix conceal capture | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): conceal link markers | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): conceal `emphasis_delimiter` | Stephan Seitz | |
| 2022-04-15 | highlights(markdown): add conceal to fenced code blocks | Stephan Seitz | |
| 2022-03-14 | Highlight markdown `uri_autolink` as `@text.uri` | Gustaf Lindstedt | |
| 2022-01-11 | Add highlight for markdown delimiters | MDeiml | |
| 2022-01-10 | Fix slow startup times for markdown grammar | MDeiml | |
| 2022-01-08 | Add highlight for quote marker | MDeiml | |
| 2022-01-07 | highlights(markdown): `image_description` as reference | numToStr | |
| 2022-01-07 | highlights(markdown): image `!` as delimeter | numToStr | |
| 2022-01-07 | highlights(markdown): `link_title` as string literal | numToStr | |
| 2022-01-07 | highlights(markdown): image `(` `)` `[` `]` as delemiter | numToStr | |
| 2022-01-06 | improve markdown highlighting | Alvaro Muñoz Sanchez | |
| 2021-12-21 | Markdown: update queries | Santos Gallegos | |
| 2021-12-19 | highlights(markdown): separate highlight for header marker and underline (#2129) | Michael Chris Lopez | |
| 2021-12-17 | highlights(markdown): highlight link_text as @text.reference | Michael Chris Lopez | |
| 2021-12-14 | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | |
| Fixes #872 | |||
| 2021-02-25 | Add inline html comments | jghauser | |
| 2020-10-19 | feat(languagetree): implement language tree | Thomas Vigouroux | |
| Allow the LanguageTree to be used as an option for highlighting. Co-authored-by: Santos Gallegos <stsewd@protonmail.com> Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com> | |||
