| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | markdown: add strikethrough and blockquote captures | Christian Clason | 2023-01-14 | 1 | -0/+2 |
| | | |||||
| * | feat: added highlights for markdown checkboxes | Folke Lemaitre | 2022-12-02 | 1 | -0/+4 |
| | | |||||
| * | feat: conceal backslash escape | Folke Lemaitre | 2022-10-30 | 1 | -5/+4 |
| | | |||||
| * | feat: markdown table highlights and inline | Folke Lemaitre | 2022-10-29 | 2 | -1/+12 |
| | | |||||
| * | fix(fold): don't include whitespace end regions | Lewis Russell | 2022-09-12 | 1 | -6/+9 |
| | | | | | | | | | | | | | Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | ||||
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+2 |
| | | |||||
| * | feat: allow to fold markdown sections | Zheng Piaodan | 2022-08-26 | 1 | -0/+1 |
| | | |||||
| * | Support TOML metadata in Markdown injections | Andy Freeland | 2022-07-25 | 1 | -4/+2 |
| | | | | | | Hugo, Zola, and likely other static site generators use `+++` for TOML, not YAML. | ||||
| * | fix: disable elm parser in markdown to avoid segfault | kiyan | 2022-07-15 | 1 | -0/+1 |
| | | | | | | the Elm parser segfaults when injected in markdown. Disable it for now. See https://github.com/elm-tooling/tree-sitter-elm/issues/124 | ||||
| * | Use markdown metadata blocks for injection | MDeiml | 2022-07-03 | 1 | -1/+5 |
| | | |||||
| * | feat(markdown)!: switch to split parser (#3048) | Matthias Deiml | 2022-06-26 | 2 | -59/+10 |
| | | | | | | | | | * 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 | ||||
| * | Simplify inline conceal | Jonathan Lopez | 2022-06-22 | 1 | -12/+3 |
| | | |||||
| * | Refactor markdown conceal code | Jonathan Lopez | 2022-06-22 | 1 | -21/+25 |
| | | |||||
| * | Conceal markdown links | Jonathan Lopez | 2022-06-22 | 1 | -0/+22 |
| | | |||||
| * | highlights(markdown): fix conceal capture | Stephan Seitz | 2022-04-15 | 1 | -1/+1 |
| | | |||||
| * | highlights(markdown): conceal link markers | Stephan Seitz | 2022-04-15 | 1 | -0/+8 |
| | | |||||
| * | highlights(markdown): conceal `emphasis_delimiter` | Stephan Seitz | 2022-04-15 | 1 | -5/+6 |
| | | |||||
| * | highlights(markdown): add conceal to fenced code blocks | Stephan Seitz | 2022-04-15 | 1 | -0/+7 |
| | | |||||
| * | Highlight markdown `uri_autolink` as `@text.uri` | Gustaf Lindstedt | 2022-03-14 | 1 | -1/+4 |
| | | |||||
| * | Only allow yaml at start of file | MDeiml | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | Add highlight for markdown delimiters | MDeiml | 2022-01-11 | 1 | -2/+6 |
| | | |||||
| * | Fix slow startup times for markdown grammar | MDeiml | 2022-01-10 | 1 | -2/+2 |
| | | |||||
| * | Add highlight for quote marker | MDeiml | 2022-01-08 | 1 | -0/+2 |
| | | |||||
| * | highlights(markdown): `image_description` as reference | numToStr | 2022-01-07 | 1 | -4/+5 |
| | | |||||
| * | highlights(markdown): image `!` as delimeter | numToStr | 2022-01-07 | 1 | -0/+3 |
| | | |||||
| * | highlights(markdown): `link_title` as string literal | numToStr | 2022-01-07 | 1 | -1/+4 |
| | | |||||
| * | highlights(markdown): image `(` `)` `[` `]` as delemiter | numToStr | 2022-01-07 | 1 | -1/+5 |
| | | |||||
| * | improve markdown highlighting | Alvaro Muñoz Sanchez | 2022-01-06 | 2 | -5/+15 |
| | | |||||
| * | Be more accurate about code block language | MDeiml | 2022-01-05 | 1 | -1/+2 |
| | | |||||
| * | Markdown: update queries | Santos Gallegos | 2021-12-21 | 2 | -0/+6 |
| | | |||||
| * | highlights(markdown): separate highlight for header marker and underline (#2129) | Michael Chris Lopez | 2021-12-19 | 1 | -3/+12 |
| | | |||||
| * | highlights(markdown): highlight link_text as @text.reference | Michael Chris Lopez | 2021-12-17 | 1 | -0/+1 |
| | | |||||
| * | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | 2021-12-14 | 2 | -13/+28 |
| | | | | | Fixes #872 | ||||
| * | Add inline html comments | jghauser | 2021-02-25 | 1 | -0/+2 |
| | | |||||
| * | fix(injections): update to new API | Thomas Vigouroux | 2020-11-23 | 1 | -4/+3 |
| | | |||||
| * | feat(languagetree): implement language tree | Thomas Vigouroux | 2020-10-19 | 2 | -0/+25 |
| 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> | |||||
