aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* indent: introduce @return to further tune indentation on `o`/`<cr>`Jędrzej Boczar2021-01-141-19/+20
|
* indent: improve behavior on `o`/`<cr>` in languages like PythonJędrzej Boczar2021-01-141-4/+17
|
* indent: fix wrong line number passed to descendant_for_rangeJędrzej Boczar2021-01-141-1/+1
|
* Revert "added attach async"Thomas Vigouroux2021-01-141-14/+3
|
* fix(highlight): fix detach functionThomas Vigouroux2021-01-141-6/+4
| | | | Fixes #798
* fix(highlight): remove unneeded query managementThomas Vigouroux2021-01-141-5/+1
|
* fixed not highlighting bugBrian Shu2021-01-082-14/+12
|
* removed async changedtickBrian Shu2021-01-081-1/+1
|
* async buf_attachBrian Shu2021-01-081-1/+1
|
* removed async changedtickBrian Shu2021-01-071-1/+1
|
* async buf_attachBrian Shu2021-01-071-1/+1
|
* added attach asyncBrian Shu2021-01-072-1/+14
|
* Add turtleBonaBeavis2021-01-051-0/+9
|
* indent fixeskiyan422021-01-041-11/+34
|
* Add maintainers for JuliaStephan Seitz2021-01-031-1/+2
|
* add gdscriptTJ DeVries2020-12-311-0/+9
|
* Add SPARQLBonaBeavis2020-12-301-0/+9
| | | | Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
* Remove deprecated highlightsdelphinus2020-12-211-2/+0
|
* fix(query): add noop handler for make-rangeSteven Sojka2020-12-181-3/+2
|
* fix: support shiftwidth for indents.Senghan Bright2020-12-161-1/+2
|
* [docgen] Update README.mdGithub Actions2020-12-121-6/+14
| | | | skip-checks: true
* Add fix for vim.fn.executable(vim.NIL)Stephan Seitz2020-12-121-1/+1
| | | | | | This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1
* Pin Erlang parserStephan Seitz2020-12-101-1/+1
|
* fix erlang parser installationOkan Esen2020-12-101-1/+2
|
* Add Erlang parser to listLeandro Ostera2020-12-101-0/+8
|
* Allow user configure parsers using metatablesLuis Carlos Cruz Carballo2020-12-091-12/+27
|
* fix: find parsers correctlyli2020-12-091-0/+2
| | | | Explicitely installed parsers will not be found implicitely
* typorockerBOO2020-12-071-1/+1
|
* cleanup: Add additional contextrockerBOO2020-12-071-1/+3
|
* docs: Update docs for missing groups, re-order alphabeticallyrockerBOO2020-12-071-38/+51
|
* Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz2020-12-071-2/+1
|
* add readme and more correct highlight capturesTormod Alf Try Tufteland2020-12-061-0/+1
|
* add kotlin parser and highligh-queriesTormod Alf Try Tufteland2020-12-061-0/+7
|
* Fix: Print message when TSUpdate has nothing to doStephan Seitz2020-11-291-4/+7
|
* feat: add graphql grammarBryan Kegley2020-11-271-0/+8
|
* Only update outdated_parsers on TSUpdateStephan Seitz2020-11-252-20/+66
|
* fix: make version check work on non-CI environmentsStephan Seitz2020-11-231-2/+1
|
* fix: update interface following languagetree merge (#687)Thomas Vigouroux2020-11-2310-202/+15
|
* Add @leo60228 as Nix maintainerleo602282020-11-221-1/+2
|
* fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz2020-11-181-0/+1
|
* feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz2020-11-181-6/+26
|
* Make make-range! more relaxed (one of the arguments maybe nil)Stephan Seitz2020-11-171-2/+2
|
* Add initial clojure supportsogaiu2020-11-041-0/+8
|
* parser: only use parse to get a treeThomas Vigouroux2020-11-034-4/+4
| | | | This will avoid using internal data.
* feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz2020-10-311-9/+48
|
* fix(languagetree): highlight children regardless of starting columnSteven Sojka2020-10-301-6/+27
|
* fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC2020-10-281-1/+1
|
* Add virtual range for creating node-like objects from multiple nodesStephan Seitz2020-10-263-0/+151
|
* feat(install): add "maintained" option to only install maintained parsersStephan Seitz2020-10-262-1/+12
| | | | | | Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
* show [treesitter] during installkyazdani422020-10-241-1/+1
|