aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add fix for vim.fn.executable(vim.NIL)Stephan Seitz2020-12-121-1/+1
* 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
* 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
* 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
* show [treesitter] during installkyazdani422020-10-241-1/+1
* feat: add TSConfigInfo to display current configStephan Seitz2020-10-241-0/+18
* fix(markdown): remove from parser listThomas Vigouroux2020-10-221-6/+7
* fix(markdown): disable highlightingThomas Vigouroux2020-10-221-1/+1
* LanguageTree: don't error when injecting a languageSantos Gallegos2020-10-211-1/+0
* fix(languagetree): avoid language self-injectionThomas Vigouroux2020-10-211-7/+14
* Add verilog/systemverilog queriesZeger Van de Vannet2020-10-201-0/+8
* Remove textobjects from built_in_query_groupsStephan Seitz2020-10-191-1/+1
* Treesitter indentkiyan422020-10-194-55/+56
* start indent modulekiyan422020-10-192-0/+75
* feat(languagetree): implement language treeThomas Vigouroux2020-10-192-6/+167
* Fix: avoid overwriting tables in insert_to_pathStephan Seitz2020-10-161-2/+2
* Remove get_parser logickiyan422020-10-161-7/+1
* fix(highlights): use new highlighter interfaceThomas Vigouroux2020-10-131-2/+2
* query: remove unnecessary query parsingThomas Vigouroux2020-10-121-84/+5
* highlight: use new highlighter interfaceThomas Vigouroux2020-10-121-1/+1
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-31/+39
* Use utils get_node_text to get line content and trim all whitespaces.Kristijan Husak2020-10-111-3/+2
* Remove old statusline implementation with new one.Kristijan Husak2020-10-111-27/+4