aboutsummaryrefslogtreecommitdiffstats
path: root/queries/markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* highlights(markdown): `link_title` as string literalnumToStr2022-01-071-1/+4
|
* highlights(markdown): image `(` `)` `[` `]` as delemiternumToStr2022-01-071-1/+5
|
* improve markdown highlightingAlvaro Muñoz Sanchez2022-01-062-5/+15
|
* Be more accurate about code block languageMDeiml2022-01-051-1/+2
|
* Markdown: update queriesSantos Gallegos2021-12-212-0/+6
|
* highlights(markdown): separate highlight for header marker and underline (#2129)Michael Chris Lopez2021-12-191-3/+12
|
* highlights(markdown): highlight link_text as @text.referenceMichael Chris Lopez2021-12-171-0/+1
|
* parsers: Add MDeiml/tree-sitter-markdown as markdown parserStephan Seitz2021-12-142-13/+28
| | | | Fixes #872
* Add inline html commentsjghauser2021-02-251-0/+2
|
* fix(injections): update to new APIThomas Vigouroux2020-11-231-4/+3
|
* feat(languagetree): implement language treeThomas Vigouroux2020-10-192-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>