summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-10-19Treesitter indentkiyan42
2020-10-19start indent modulekiyan42
2020-10-19feat(languagetree): implement language treeThomas Vigouroux
2020-10-16Fix: avoid overwriting tables in insert_to_pathStephan Seitz
2020-10-16Remove get_parser logickiyan42
2020-10-13fix(highlights): use new highlighter interfaceThomas Vigouroux
2020-10-12query: remove unnecessary query parsingThomas Vigouroux
2020-10-12highlight: use new highlighter interfaceThomas Vigouroux
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
2020-10-11Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak
2020-10-11Remove old statusline implementation with new one.Kristijan Husak
2020-10-11Add implementation for improved statusline. Closes #545.Kristijan Husak
2020-10-10fix(highlights): Add TSNamespace highlightStephan Seitz
2020-10-06Shorten module reference shell_command_selectors to shell.Suhas Hebbar
2020-10-06Code RefactorSuhas Hebbar
2020-10-06Remove dependency on unzip.Suhas Hebbar
2020-10-05Add teal parserCorey Williamson
2020-10-04Fix: fallback git-installation (list of commands is expected)Stephan Seitz
2020-10-04feat: add ocamllex parser and highlightsPau Ruiz Safont
2020-10-04Remove textobjects moduleStephan Seitz
2020-10-04Merge pull request #487 from steelsojka/remove-refactorSteven Sojka
2020-09-30initial support for CodeQLAlvaro Muñoz
2020-09-28chore: dedup join_paths <-> join_pathStephan Seitz
2020-09-27Add progress info to iter_cmdStephan Seitz
2020-09-27Add lockfile and make lockfile default install revisionStephan Seitz
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-09-22feat(parsers): add possibility to install from other branchesStephan Seitz
2020-09-20fix(checkhealth): use pcall to check for syntax errors in query filesStephan Seitz
2020-09-19feat(install): make compiler selectableStephan Seitz
2020-09-19fix: only concatenate cmd.err if not nilStephan Seitz
2020-09-19feat(install): print more information when there's a failurePau Ruiz Safont
2020-09-19feat: add parser for ocaml interface filesPau Ruiz Safont
2020-09-19Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz
2020-09-18Ensure that updated files are replaced w/o warningRasmus Michelsen
2020-09-18Re-add attribute highlightAkin Sowemimo
2020-09-18Add TSTag and TSTagDelimiter groupsTravonteD
2020-09-18Make :TSInstall work in Nix by adding a second module installation target (#473)Florian Beeres
2020-09-16fix(folds): has_fold -> has_foldsStephan Seitz
2020-09-15add TSNonekiyan42
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
2020-09-12TextObjects: refactor wrong func namesSantos Gallegos
2020-09-11Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nilStephan Seitz
2020-09-11Allow to call setup on already loaded modules.Santos Gallegos
2020-09-10Improve startuptimeSantos Gallegos
2020-09-10Find package path based on the Lua source fileMarkus Koller
2020-09-10Ocaml: fix parserSantos Gallegos
2020-09-08Fix #418: iterator function should always return an iteratorStephan Seitz
2020-09-08feat(parsers): add filetype PKGBUILDStephan Seitz
2020-09-08Import treesitter.install only when neededSantos Gallegos
2020-09-08Improve startup performanceSantos Gallegos