| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json | GitHub | 2022-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-17 | 1 | -3/+3 | |
| | | ||||||
| * | python(folds): fold whole functions not only body | Stephan Seitz | 2022-05-15 | 1 | -8/+9 | |
| | | ||||||
| * | Don't expect any change on reindenting the whole unfinished-call.php | przepompownia | 2022-05-15 | 1 | -3/+1 | |
| | | ||||||
| * | unfinished-call.php: expect 0-column indentation | przepompownia | 2022-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Remove unused XFAIL | przepompownia | 2022-05-15 | 1 | -1/+0 | |
| | | ||||||
| * | Change test expectation | przepompownia | 2022-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | indents(php): @auto on comment and ERROR | przepompownia | 2022-05-15 | 1 | -1/+3 | |
| | | | | | | | | | | | Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks. | |||||
| * | highlights(cuda): add __grid_constant__ | Stephan Seitz | 2022-05-15 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | Use @definition.function for method & func definitions | William Mathewson | 2022-05-14 | 1 | -2/+2 | |
| | | ||||||
| * | Add method to definitions in ECMA locals | William Mathewson | 2022-05-14 | 1 | -0/+4 | |
| | | | | | | In Telescope, function declarations were being exposed in the selector, but not method definitions which are also a form of function declaration. | |||||
| * | Update lockfile.json | GitHub | 2022-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix(commands): add -bar to allow other commands | kiyan | 2022-05-14 | 1 | -0/+1 | |
| | | | | | addresses #2920 | |||||
| * | highlights(scheme): some fix (#2932) | 6cdh | 2022-05-14 | 1 | -3/+4 | |
| | | | | | * Add block comment * Add λ highlight | |||||
| * | Python: highlight future import (#2936) | Santos Gallegos | 2022-05-13 | 2 | -0/+5 | |
| | | | | | | * Python: highlight future import * Use constant.builtin | |||||
| * | highlights(php): improve highlight for attributes | nsfisis | 2022-05-13 | 1 | -0/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-13 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-10 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-08 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(cpp): make "::" `@punctuation.delimiter` | Stephan Seitz | 2022-05-07 | 2 | -4/+4 | |
| | | | | | Fixes #2902 | |||||
| * | Update lockfile.json | GitHub | 2022-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(ocaml): highlight units as such | Pau Ruiz Safont | 2022-05-06 | 1 | -1/+2 | |
| | | | | | | | | | Units were shadowed by the punctuation highlights in all situations. Restrict the context where parentheses are highlighted as punctuation so () can be highlighted as constants. Signed-off-by: Pau Ruiz Safont <unduthegun@gmail.com> | |||||
| * | Update lockfile.json | GitHub | 2022-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update README | Github Actions | 2022-05-05 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-05 | 1 | -3/+6 | |
| | | ||||||
| * | Add embedded template to support ERB files | Nick Pezza | 2022-05-05 | 4 | -0/+25 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-03 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-05-01 | 1 | -2/+2 | |
| | | ||||||
| * | feat(vim): add support for const | Thomas Vigouroux | 2022-05-01 | 1 | -0/+1 | |
| | | ||||||
| * | chore: add github sponsors to FUNDING.yml | kiyan | 2022-05-01 | 1 | -0/+1 | |
| | | | | | fixes #2879 | |||||
| * | Python: highlight raise from statement | Santos Gallegos | 2022-05-01 | 2 | -0/+8 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | docs: fix checkhealth command in README (#2884) | Luke Bakken | 2022-04-30 | 1 | -1/+1 | |
| | | | | Health check command should be `:checkhealth nvim-treesitter` | |||||
| * | fixup: separate augroups for modules | Christian Clason | 2022-04-30 | 1 | -4/+2 | |
| | | ||||||
| * | refactor!: update to Neovim 0.7 APIs | Christian Clason | 2022-04-30 | 8 | -148/+168 | |
| | | | | | | | | * set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua | |||||
| * | chore!: remove ensure_installed='maintained' | Christian Clason | 2022-04-30 | 4 | -71/+3 | |
| | | | | | | | | | Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended). | |||||
| * | Update lockfile.json | GitHub | 2022-04-30 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-29 | 1 | -4/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update README | Github Actions | 2022-04-28 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-28 | 1 | -3/+6 | |
| | | ||||||
| * | feat(proto): add parser | francisco souza | 2022-04-28 | 3 | -0/+77 | |
| | | | | | Related to #2307. | |||||
| * | Update README | Github Actions | 2022-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add additional m68k queries | Graham Bates | 2022-04-27 | 2 | -0/+23 | |
| | | ||||||
