| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-07 | chore: reformat with Stylua 0.14.0 | Christian Clason | |
| 2022-07-06 | Update lockfile.json | GitHub | |
| 2022-07-05 | Update lockfile.json | GitHub | |
| 2022-07-04 | Update lockfile.json | GitHub | |
| 2022-07-04 | Update lockfile.json | GitHub | |
| 2022-07-04 | Update lockfile.json | GitHub | |
| 2022-07-03 | Use markdown metadata blocks for injection | MDeiml | |
| 2022-07-03 | Update lockfile.json | GitHub | |
| 2022-07-02 | Update lockfile.json | GitHub | |
| 2022-07-01 | Update lockfile.json | GitHub | |
| 2022-07-01 | fix(haskell): priority 101 for infix function precedence over variable (#3085) | Kiyan | |
| 2022-07-01 | highlights(c): highlight member-access as operator (#3096) | guijan | |
| 2022-07-01 | Update lockfile.json | GitHub | |
| 2022-06-30 | Update lockfile.json | GitHub | |
| 2022-06-29 | Update lockfile.json | GitHub | |
| 2022-06-28 | docs: add description to `markdown`/`markdown_inline` in README | Stephan Seitz | |
| 2022-06-28 | Update lockfile.json | GitHub | |
| 2022-06-28 | feat(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-28 | Update lockfile.json (#3082) | github-actions[bot] | |
| 2022-06-28 | Update lockfile.json (#3081) | github-actions[bot] | |
| 2022-06-28 | Update lockfile.json (#3079) | github-actions[bot] | |
| 2022-06-26 | Update README | Github Actions | |
| 2022-06-26 | ci(macos): update to upstream changes in release | Christian Clason | |
| macOS release archive now uses `nvim-macos` as extracted directory. | |||
| 2022-06-26 | feat(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-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-25 | Chore: remove prefix from parser "location" property | Stephan 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-25 | fix(haskell): highlight exp_name as function in infix operations | kiyan | |
| 2022-06-25 | Update lockfile.json | GitHub | |
| 2022-06-24 | highlights(lua): use `#eq?` instead of `#match?` | Janfel | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2022-06-24 | highlights(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-24 | Update lockfile.json | GitHub | |
| 2022-06-24 | Update highlights.scm | Cameron | |
| 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-24 | Update lockfile.json | GitHub | |
| 2022-06-24 | Update lockfile.json | GitHub | |
| 2022-06-24 | docs: minimal supported tree-sitter version | Christian Clason | |
| Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3. | |||
| 2022-06-23 | Update lockfile.json | GitHub | |
| 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-06-22 | Update lockfile.json | GitHub | |
| 2022-06-20 | Update lockfile.json (#3045) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-06-20 | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | |
| 2022-06-20 | Update lockfile.json | GitHub | |
| 2022-06-19 | Update lockfile.json | GitHub | |
| 2022-06-19 | Update README | Github Actions | |
| 2022-06-19 | Help: update highlights | Santos 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-19 | fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES | Brian Albert Monroe | |
| As per the request from @theHamsta in #2934 | |||
| 2022-06-19 | rnoweb: Use new inline/chunk distinction | Brian Albert Monroe | |
| 2022-06-19 | rnoweb: Add folding queries for renv | Brian Albert Monroe | |
| 2022-06-19 | Make rnoweb injects combined | Brian Albert Monroe | |
| This helps with breaking apart latex environments | |||
