aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-05-201-1/+1
|
* Update lockfile.jsonGitHub2022-05-171-3/+3
|
* python(folds): fold whole functions not only bodyStephan Seitz2022-05-151-8/+9
|
* Don't expect any change on reindenting the whole unfinished-call.phpprzepompownia2022-05-151-3/+1
|
* unfinished-call.php: expect 0-column indentationprzepompownia2022-05-151-1/+1
|
* Remove unused XFAILprzepompownia2022-05-151-1/+0
|
* Change test expectationprzepompownia2022-05-151-1/+1
|
* indents(php): @auto on comment and ERRORprzepompownia2022-05-151-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 Seitz2022-05-151-0/+1
|
* Update lockfile.jsonGitHub2022-05-151-1/+1
|
* Update lockfile.jsonGitHub2022-05-141-1/+1
|
* Use @definition.function for method & func definitionsWilliam Mathewson2022-05-141-2/+2
|
* Add method to definitions in ECMA localsWilliam Mathewson2022-05-141-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.jsonGitHub2022-05-141-1/+1
|
* fix(commands): add -bar to allow other commandskiyan2022-05-141-0/+1
| | | | addresses #2920
* highlights(scheme): some fix (#2932)6cdh2022-05-141-3/+4
| | | | * Add block comment * Add λ highlight
* Python: highlight future import (#2936)Santos Gallegos2022-05-132-0/+5
| | | | | * Python: highlight future import * Use constant.builtin
* highlights(php): improve highlight for attributesnsfisis2022-05-131-0/+4
|
* Update lockfile.jsonGitHub2022-05-131-4/+4
|
* Update lockfile.jsonGitHub2022-05-111-1/+1
|
* Update lockfile.jsonGitHub2022-05-111-1/+1
|
* Update lockfile.jsonGitHub2022-05-101-2/+2
|
* Update lockfile.jsonGitHub2022-05-081-2/+2
|
* highlights(cpp): make "::" `@punctuation.delimiter`Stephan Seitz2022-05-072-4/+4
| | | | Fixes #2902
* Update lockfile.jsonGitHub2022-05-071-1/+1
|
* Update lockfile.jsonGitHub2022-05-061-1/+1
|
* highlights(ocaml): highlight units as suchPau Ruiz Safont2022-05-061-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.jsonGitHub2022-05-061-1/+1
|
* Update READMEGithub Actions2022-05-051-0/+1
|
* Update lockfile.jsonGitHub2022-05-051-3/+6
|
* Add embedded template to support ERB filesNick Pezza2022-05-054-0/+25
|
* Update lockfile.jsonGitHub2022-05-031-2/+2
|
* Update lockfile.jsonGitHub2022-05-011-2/+2
|
* feat(vim): add support for constThomas Vigouroux2022-05-011-0/+1
|
* chore: add github sponsors to FUNDING.ymlkiyan2022-05-011-0/+1
| | | | fixes #2879
* Python: highlight raise from statementSantos Gallegos2022-05-012-0/+8
|
* Update lockfile.jsonGitHub2022-04-301-1/+1
|
* docs: fix checkhealth command in README (#2884)Luke Bakken2022-04-301-1/+1
| | | Health check command should be `:checkhealth nvim-treesitter`
* fixup: separate augroups for modulesChristian Clason2022-04-301-4/+2
|
* refactor!: update to Neovim 0.7 APIsChristian Clason2022-04-308-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 Clason2022-04-304-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.jsonGitHub2022-04-301-2/+2
|
* Update lockfile.jsonGitHub2022-04-291-4/+4
|
* Update lockfile.jsonGitHub2022-04-281-1/+1
|
* Update READMEGithub Actions2022-04-281-0/+1
|
* Update lockfile.jsonGitHub2022-04-281-3/+6
|
* feat(proto): add parserfrancisco souza2022-04-283-0/+77
| | | | Related to #2307.
* Update READMEGithub Actions2022-04-271-0/+1
|
* Update lockfile.jsonGitHub2022-04-271-1/+1
|
* Add additional m68k queriesGraham Bates2022-04-272-0/+23
|