aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* feat(install): Export iter_cmdStephan Seitz2020-08-021-4/+4
* Add TSUninstallStephan Seitz2020-08-021-4/+39
* Add TSUpdate command to update parsersStephan Seitz2020-08-022-4/+35
* fix decremental selectionkiyan422020-08-021-1/+6
* feat(predicates): add adjacent predicateSteven Sojka2020-07-311-1/+41
* rename query parser to query from schemeSteven Sojka2020-07-281-2/+2
* feat(parsers): add scheme parserSteven Sojka2020-07-281-0/+7
* configs: attach on unknown parsers tooThomas Vigouroux2020-07-273-6/+3
* Predicates: remove function unlispify and use Lisp names directlyStephan Seitz2020-07-271-11/+6
* Add predicate: has-ancestor?Stephan Seitz2020-07-271-5/+26
* Add predicates moduleStephan Seitz2020-07-272-1/+70
* Parsers: add reStructuredTextSantos Gallegos2020-07-272-0/+16
* Rename attribute to annotationAkin Sowemimo2020-07-231-1/+1
* Add attribute to the highlight mapAkin Sowemimo2020-07-231-0/+1
* Fix #213: Add parser for dartStephan Seitz2020-07-231-0/+7
* Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz2020-07-202-7/+14
* Fixed to use normal! instead of normalSteve Vermeulen2020-07-201-1/+1
* Add jsdoc parserStephan Seitz2020-07-161-0/+8
* Refactor locals.lua:Stephan Seitz2020-07-1611-294/+289
* Refactor: Add parsers.get_buf_langStephan Seitz2020-07-165-11/+18
* fix(ts_utils): be sure to parse to get rootThomas Vigouroux2020-07-161-1/+1
* fix(parsers): add additional typescript filetype to parserPierre Poupin2020-07-151-0/+1
* feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz2020-07-153-6/+30
* checkhealth for all query groupsStephan Seitz2020-07-152-19/+13
* Use C++ parser for "cuda" filetypeStephan Seitz2020-07-151-1/+2
* fix(configs): deep merge table configsSteven Sojka2020-07-151-37/+5
* feat(refactor.navigation): update jumplist on jumpThomas Vigouroux2020-07-151-0/+3
* fix(configs): simplify module setup processThomas Vigouroux2020-07-151-17/+9
* Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz2020-07-141-1/+0
* Add textobjects moduleStephan Seitz2020-07-146-26/+203
* Fix highlight of usages after merging highlight_current_scopeStephan Seitz2020-07-141-1/+1
* Add module refactor.highlight_current_scopeStephan Seitz2020-07-132-0/+52
* Add ts_utils.highlight_nodeStephan Seitz2020-07-132-20/+14
* Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz2020-07-132-0/+15
* Lint: remove second argument for one-argument functionStephan Seitz2020-07-131-1/+1
* fix(refactor): highlight def perf issue fixSteven Sojka2020-07-082-31/+27
* feat(configs): dynamic module defintionsSteven Sojka2020-07-072-71/+168
* Allow arbitrary query files in locals.luaStephan Seitz2020-07-051-10/+49
* Make luacheck happyStephan Seitz2020-07-0510-43/+23
* fix ask installkiyan422020-06-301-8/+8
* Define multiple query for a languagekiyan422020-06-301-0/+19
* if/else in defining languageskiyan422020-06-301-2/+5
* fix: remove goto statementskiyan422020-06-301-21/+24
* update installer with sync and some fixeskiyan422020-06-303-65/+92
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-307-65/+75
* feat(refactor): add definition navigation moduleSteven Sojka2020-06-303-7/+123
* feat(refactor): add smart rename moduleSteven Sojka2020-06-305-24/+115
* feat(refactor): highlight usages moduleSteven Sojka2020-06-307-36/+271
* add used_by key to parserskiyan422020-06-293-17/+35
* Merge pull request #102 from vigoux/fix-94Stephan Seitz2020-06-271-2/+2
|\