summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-07chore: reformat with Stylua 0.14.0Christian Clason
2022-07-06Update lockfile.jsonGitHub
2022-07-05Update lockfile.jsonGitHub
2022-07-04Update lockfile.jsonGitHub
2022-07-04Update lockfile.jsonGitHub
2022-07-04Update lockfile.jsonGitHub
2022-07-03Use markdown metadata blocks for injectionMDeiml
2022-07-03Update lockfile.jsonGitHub
2022-07-02Update lockfile.jsonGitHub
2022-07-01Update lockfile.jsonGitHub
2022-07-01fix(haskell): priority 101 for infix function precedence over variable (#3085)Kiyan
2022-07-01highlights(c): highlight member-access as operator (#3096)guijan
2022-07-01Update lockfile.jsonGitHub
2022-06-30Update lockfile.jsonGitHub
2022-06-29Update lockfile.jsonGitHub
2022-06-28docs: add description to `markdown`/`markdown_inline` in READMEStephan Seitz
2022-06-28Update lockfile.jsonGitHub
2022-06-28feat(beancount): support folding org headers (#3078)PolarMutex
requires beancount parser update Co-authored-by: Brian Ryall <brian@brianryall.xyz> Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2022-06-28Update lockfile.json (#3082)github-actions[bot]
2022-06-28Update lockfile.json (#3081)github-actions[bot]
2022-06-28Update lockfile.json (#3079)github-actions[bot]
2022-06-26Update READMEGithub Actions
2022-06-26ci(macos): update to upstream changes in releaseChristian Clason
macOS release archive now uses `nvim-macos` as extracted directory.
2022-06-26feat(swift): compile the grammar from the main branch (#3068)Alex Pinkus
The `with-generated-files` branch uses ABI 13 and therefore doesn't benefit from the ABI 14 speed improvements.
2022-06-26feat(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-25Chore: remove prefix from parser "location" propertyStephan Seitz
This was very confusing when using the location property as it always had to start with "tree-sitter-<lang>" for no real reason.
2022-06-25fix(haskell): highlight exp_name as function in infix operationskiyan
2022-06-25Update lockfile.jsonGitHub
2022-06-24highlights(lua): use `#eq?` instead of `#match?`Janfel
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2022-06-24highlights(lua): highlight only `self` as `self`Janfel
Before, all identifiers containing the substring "self" were highlighted as the builtin `self`. Now, only the identifier `self` is highlighted as `self`.
2022-06-24Update lockfile.jsonGitHub
2022-06-24Update highlights.scmCameron
Adds `undef` and `redo` keywords. https://docs.ruby-lang.org/en/2.4.0/syntax/miscellaneous_rdoc.html#label-undef https://docs.ruby-lang.org/en/2.4.0/syntax/control_expressions_rdoc.html#label-redo+Statement
2022-06-24Update lockfile.jsonGitHub
2022-06-24Update lockfile.jsonGitHub
2022-06-24docs: minimal supported tree-sitter versionChristian Clason
Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3.
2022-06-23Update lockfile.jsonGitHub
2022-06-22Simplify inline concealJonathan Lopez
2022-06-22Refactor markdown conceal codeJonathan Lopez
2022-06-22Conceal markdown linksJonathan Lopez
2022-06-22Update lockfile.jsonGitHub
2022-06-20Update lockfile.json (#3045)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-06-20Add support for custom parser install locations #2959 (#3031)Duncan McDougall
2022-06-20Update lockfile.jsonGitHub
2022-06-19Update lockfile.jsonGitHub
2022-06-19Update READMEGithub Actions
2022-06-19Help: update highlightsSantos Gallegos
- A hotlink on vimdoc is `|foo|`. Which is a reference to part of a document, not a URI. - (argument) wasn't being highlighted, wasn't sure about the best hl group for this, but `@parameter` seems the obvious one?
2022-06-19fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURESBrian Albert Monroe
As per the request from @theHamsta in #2934
2022-06-19rnoweb: Use new inline/chunk distinctionBrian Albert Monroe
2022-06-19rnoweb: Add folding queries for renvBrian Albert Monroe
2022-06-19Make rnoweb injects combinedBrian Albert Monroe
This helps with breaking apart latex environments