summaryrefslogtreecommitdiff
path: root/queries/markdown
AgeCommit message (Expand)Author
2022-07-25Support TOML metadata in Markdown injectionsAndy Freeland
2022-07-15fix: disable elm parser in markdown to avoid segfaultkiyan
2022-07-03Use markdown metadata blocks for injectionMDeiml
2022-06-26feat(markdown)!: switch to split parser (#3048)Matthias Deiml
2022-06-22Simplify inline concealJonathan Lopez
2022-06-22Refactor markdown conceal codeJonathan Lopez
2022-06-22Conceal markdown linksJonathan Lopez
2022-04-15highlights(markdown): fix conceal captureStephan Seitz
2022-04-15highlights(markdown): conceal link markersStephan Seitz
2022-04-15highlights(markdown): conceal `emphasis_delimiter`Stephan Seitz
2022-04-15highlights(markdown): add conceal to fenced code blocksStephan Seitz
2022-03-14Highlight markdown `uri_autolink` as `@text.uri`Gustaf Lindstedt
2022-02-09Only allow yaml at start of fileMDeiml
2022-01-11Add highlight for markdown delimitersMDeiml
2022-01-10Fix slow startup times for markdown grammarMDeiml
2022-01-08Add highlight for quote markerMDeiml
2022-01-07highlights(markdown): `image_description` as referencenumToStr
2022-01-07highlights(markdown): image `!` as delimeternumToStr
2022-01-07highlights(markdown): `link_title` as string literalnumToStr
2022-01-07highlights(markdown): image `(` `)` `[` `]` as delemiternumToStr
2022-01-06improve markdown highlightingAlvaro Muñoz Sanchez
2022-01-05Be more accurate about code block languageMDeiml
2021-12-21Markdown: update queriesSantos Gallegos
2021-12-19highlights(markdown): separate highlight for header marker and underline (#2129)Michael Chris Lopez
2021-12-17highlights(markdown): highlight link_text as @text.referenceMichael Chris Lopez
2021-12-14parsers: Add MDeiml/tree-sitter-markdown as markdown parserStephan Seitz
2021-02-25Add inline html commentsjghauser
2020-11-23fix(injections): update to new APIThomas Vigouroux
2020-10-19feat(languagetree): implement language treeThomas Vigouroux