aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Add implementation for improved statusline. Closes #545.Kristijan Husak2020-10-111-0/+52
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-0/+1
* Shorten module reference shell_command_selectors to shell.Suhas Hebbar2020-10-061-9/+8
* Code RefactorSuhas Hebbar2020-10-062-176/+184
* Remove dependency on unzip.Suhas Hebbar2020-10-061-9/+34
* Add teal parserCorey Williamson2020-10-051-0/+8
* Fix: fallback git-installation (list of commands is expected)Stephan Seitz2020-10-041-13/+15
* feat: add ocamllex parser and highlightsPau Ruiz Safont2020-10-041-0/+8
* Remove textobjects moduleStephan Seitz2020-10-046-360/+0
* Merge pull request #487 from steelsojka/remove-refactorSteven Sojka2020-10-045-294/+0
|\
| * chore(modules): remove refactor moduleSteven Sojka2020-09-255-294/+0
* | initial support for CodeQLAlvaro Muñoz2020-09-301-0/+8
* | chore: dedup join_paths <-> join_pathStephan Seitz2020-09-282-12/+7
* | Add progress info to iter_cmdStephan Seitz2020-09-271-4/+36
* | Add lockfile and make lockfile default install revisionStephan Seitz2020-09-273-48/+141
|/
* feat(parsers): add possibility to install from other branchesStephan Seitz2020-09-221-1/+8
* fix(checkhealth): use pcall to check for syntax errors in query filesStephan Seitz2020-09-201-1/+7
* feat(install): make compiler selectableStephan Seitz2020-09-191-3/+6
* fix: only concatenate cmd.err if not nilStephan Seitz2020-09-191-1/+3
* feat(install): print more information when there's a failurePau Ruiz Safont2020-09-191-2/+3
* feat: add parser for ocaml interface filesPau Ruiz Safont2020-09-192-0/+11
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-1/+2
* Ensure that updated files are replaced w/o warningRasmus Michelsen2020-09-181-1/+1
* Re-add attribute highlightAkin Sowemimo2020-09-181-0/+1
* Add TSTag and TSTagDelimiter groupsTravonteD2020-09-181-0/+4
* Make :TSInstall work in Nix by adding a second module installation target (#473)Florian Beeres2020-09-182-13/+78
* fix(folds): has_fold -> has_foldsStephan Seitz2020-09-161-1/+1
* add TSNonekiyan422020-09-151-0/+2
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-142-2/+2
* TextObjects: refactor wrong func namesSantos Gallegos2020-09-121-6/+6
* Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nilStephan Seitz2020-09-111-2/+4
* Allow to call setup on already loaded modules.Santos Gallegos2020-09-111-1/+1
* Improve startuptimeSantos Gallegos2020-09-102-83/+57
* Find package path based on the Lua source fileMarkus Koller2020-09-102-15/+6
* Ocaml: fix parserSantos Gallegos2020-09-101-0/+1
* Fix #418: iterator function should always return an iteratorStephan Seitz2020-09-081-3/+3
* feat(parsers): add filetype PKGBUILDStephan Seitz2020-09-081-1/+1
* Import treesitter.install only when neededSantos Gallegos2020-09-081-1/+5
* Improve startup performanceSantos Gallegos2020-09-081-2/+14
* Queries: merge query_extensions into base_language_mapSantos Gallegos2020-09-081-12/+2
* fix using highlight query extension for every query typekyazdani422020-09-071-13/+7
* Incremental selection: fix skipping some nodesSantos Gallegos2020-09-071-25/+28
* Fold: respect max_fold_level from 'foldnestmax'Santos Gallegos2020-09-071-4/+11
* Text objects: check for query files firstSantos Gallegos2020-09-061-1/+1
* Fixed table insertionRasmus Michelsen2020-09-061-1/+1
* Fixed win32 check hopefullyRasmus Michelsen2020-09-061-6/+6
* Added changesRasmus Michelsen2020-09-061-22/+12
* A few fixesRasmus Michelsen2020-09-061-2/+1
* Local variable fixRasmus Michelsen2020-09-061-1/+1
* Support TSInstall on Winddows with ClangRasmus Michelsen2020-09-061-42/+106