summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-11-04Add initial clojure supportsogaiu
2020-11-03parser: only use parse to get a treeThomas Vigouroux
2020-10-31feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz
2020-10-30fix(languagetree): highlight children regardless of starting columnSteven Sojka
2020-10-28fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC
2020-10-26Add virtual range for creating node-like objects from multiple nodesStephan Seitz
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
2020-10-24show [treesitter] during installkyazdani42
2020-10-24feat: add TSConfigInfo to display current configStephan Seitz
2020-10-22fix(markdown): remove from parser listThomas Vigouroux
2020-10-22fix(markdown): disable highlightingThomas Vigouroux
2020-10-21LanguageTree: don't error when injecting a languageSantos Gallegos
2020-10-21fix(languagetree): avoid language self-injectionThomas Vigouroux
2020-10-20Add verilog/systemverilog queriesZeger Van de Vannet
2020-10-19Remove textobjects from built_in_query_groupsStephan Seitz
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