summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-12-18fix(query): add noop handler for make-rangeSteven Sojka
2020-12-16fix: support shiftwidth for indents.Senghan Bright
2020-12-12[docgen] Update README.mdGithub Actions
2020-12-12Add fix for vim.fn.executable(vim.NIL)Stephan Seitz
2020-12-10Pin Erlang parserStephan Seitz
2020-12-10fix erlang parser installationOkan Esen
2020-12-10Add Erlang parser to listLeandro Ostera
2020-12-09Allow user configure parsers using metatablesLuis Carlos Cruz Carballo
2020-12-09fix: find parsers correctlyli
2020-12-07typorockerBOO
2020-12-07cleanup: Add additional contextrockerBOO
2020-12-07docs: Update docs for missing groups, re-order alphabeticallyrockerBOO
2020-12-07Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz
2020-12-06add readme and more correct highlight capturesTormod Alf Try Tufteland
2020-12-06add kotlin parser and highligh-queriesTormod Alf Try Tufteland
2020-11-29Fix: Print message when TSUpdate has nothing to doStephan Seitz
2020-11-27feat: add graphql grammarBryan Kegley
2020-11-25Only update outdated_parsers on TSUpdateStephan Seitz
2020-11-23fix: make version check work on non-CI environmentsStephan Seitz
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-11-22Add @leo60228 as Nix maintainerleo60228
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-11-18feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz
2020-11-17Make make-range! more relaxed (one of the arguments maybe nil)Stephan Seitz
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