| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | Split func/method definition from calls in C highlighting queries | lfenzo | |
| 2022-08-03 | Updated CONTRIBUING.md | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in julia highlighting query | lfenzo | |
| 2022-08-03 | Split func/method definition from calls in python highlighting query | lfenzo | |
| 2022-08-03 | Added function/method call highlight groups | lfenzo | |
| 2022-08-03 | chore: trim space in check-health | Stephan Seitz | |
| Fixes #3248 | |||
| 2022-08-03 | chore: show in TSInstallInfo when parser is still loaded | Stephan Seitz | |
| 2022-08-03 | Update lockfile.json | GitHub | |
| 2022-08-03 | Add racket support | 6cdh | |
| 2022-08-03 | other folds added | ShootingStarDragons | |
| 2022-08-03 | change tab to space | ShootingStarDragons | |
| 2022-08-03 | add folds.scm | ShootingStarDragons | |
| 2022-08-02 | Update lockfile.json | GitHub | |
| 2022-08-02 | parsers(dart): unlock dart parser | Stephan Seitz | |
| Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far. | |||
| 2022-08-02 | fix: node_incremental for incremental selection jumping around (#3257) | itepechi / いてぺち | |
| 2022-08-02 | Update lockfile.json | GitHub | |
| 2022-07-31 | docs: add descriptions to incremental_selection keymaps | Stephan Seitz | |
| 2022-07-31 | Update lockfile.json | GitHub | |
| 2022-07-31 | Update lockfile.json | GitHub | |
| 2022-07-30 | Update lockfile.json | GitHub | |
| 2022-07-30 | feat(highlight): re-apply default highlights on colorscheme changes | John Drouhard | |
| If the plugin is loaded after a colorscheme is set that defines any of these highlight groups, the default won't be applied. Subsequent "highlight clear" commands (common when switching colorschemes) will then clear any of those highlights, but these defaults never have another opportunity to be initialized. Effectively, if you load neovim with a colorscheme that has definitions for some of these highlight groups, then load treesitter, then switch colorschemes, many of these default links will be absent resulting in colors that do not appear the same as if that colorscheme had been used at startup. Hooking the ColorScheme event with an autocmd that just reapplies these defaults gives every colorscheme switch the opportunity to get the defaults for non-explicitly-defined groups. | |||
| 2022-07-30 | Update lockfile.json | GitHub | |
| 2022-07-30 | Update lockfile.json | GitHub | |
| 2022-07-29 | feat(ts_utils): allow starting selection after last character (#3233) | Axel Dahlberg | |
| 2022-07-29 | Update lockfile.json | GitHub | |
| 2022-07-28 | Update lockfile.json | GitHub | |
| 2022-07-28 | Update lockfile.json | GitHub | |
| 2022-07-28 | Update lockfile.json | GitHub | |
| 2022-07-28 | highlights(c/cpp): move attributes to C (again) | Stephan Seitz | |
| Let's hope that this time the C tests pass, also for the built-in C parser. | |||
| 2022-07-27 | highlights(php): highlight more string types and escapes (#3226) | Matty Patatty | |
| 2022-07-27 | Update lockfile.json | GitHub | |
| 2022-07-26 | Update lockfile.json | GitHub | |
| 2022-07-25 | Support TOML metadata in Markdown injections | Andy Freeland | |
| Hugo, Zola, and likely other static site generators use `+++` for TOML, not YAML. | |||
| 2022-07-25 | Update lockfile.json | GitHub | |
| 2022-07-24 | Update lockfile.json | GitHub | |
| 2022-07-24 | Update lockfile.json | GitHub | |
| 2022-07-22 | chore: remove executable permissions on graphql spec file (#3206) | Kiyan | |
| 2022-07-21 | Update lockfile.json (#3208) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-07-21 | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | |
| 2022-07-21 | Update lockfile.json | GitHub | |
| 2022-07-20 | highlights(c): Lower the priority of @variable | mliszcz | |
| Lower the priority of @variable to prefer @parameter highlight when identifier appears in parameter_declaration. Fixes #3061 | |||
| 2022-07-20 | Update lockfile.json | GitHub | |
| 2022-07-20 | Change to using an explicit list of "def-likes" for clojure (#3202) | Oliver Marshall | |
| 2022-07-20 | Update lockfile.json | GitHub | |
| 2022-07-19 | Update lockfile.json | GitHub | |
| 2022-07-19 | Update lockfile.json | GitHub | |
| 2022-07-19 | Update lockfile.json | GitHub | |
| 2022-07-18 | chore: cleanup main file, move statusline in module | kiyan | |
| 2022-07-18 | fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194) | Kiyan | |
| 2022-07-17 | add ui_binding to fold (#3191) | Access | |
