aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #330 from steelsojka/fix-do-not-reattachSteven Sojka2020-08-2210-42/+76
|\ | | | | fix(modules): do not reattach if already attached
| * fix(modules): do not reattach if already attachedSteven Sojka2020-08-2210-42/+76
| |
* | fix(smart_rename): fix usages callSteven Sojka2020-08-211-1/+1
|/
* Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka2020-08-1711-131/+457
|\ | | | | Textobjects submodules
| * chore(textobjects): split up into submodulesStephan Seitz2020-08-177-282/+362
| |
| * Textobjects: set jump before going to adjacent_textobjectStephan Seitz2020-08-174-88/+88
| |
| * Textobject goto: treat end differently that startStephan Seitz2020-08-171-13/+12
| |
| * Textobjects: Allow nested textobjects on goto_adjacentStephan Seitz2020-08-171-24/+36
| |
| * chore(textobject): use query.find_best_match to find next/previous textobjectStephan Seitz2020-08-172-40/+60
| |
| * Textobjects: provide mappings for all swap/goto functionsStephan Seitz2020-08-172-52/+66
| |
| * Textobjects: Add goto_adjacentStephan Seitz2020-08-171-0/+34
| |
| * Textobjects: add swap featureStephan Seitz2020-08-173-12/+179
| |
* | some refacto, doc fixes and jsx querieskiyan422020-08-172-5/+7
|/ | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file
* Add fennel supportTravonteD2020-08-161-0/+7
|
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-163-5/+37
|\ | | | | feat(highlights): add is predicate
| * feat(highlights): add is predicateSteven Sojka2020-08-163-5/+37
| |
* | Merge pull request #295 from steelsojka/feature/set-scopes-for-definitionsSteven Sojka2020-08-161-3/+39
|\ \ | | | | | | feat(defintions): allow setting of scope
| * | feat(definitions): allow setting of scopeSteven Sojka2020-08-161-3/+39
| | |
* | | fix: check 'after' against third directoryRafał Camlet2020-08-151-1/+1
| |/ |/|
* | Merge pull request #291 from vigoux/post-upstream-workSteven Sojka2020-08-153-105/+19
|\ \ | |/ |/| fix: refactor after upstream refactor
| * fix: refactor after upstream refactorThomas Vigouroux2020-08-143-105/+19
| |
* | feat: intuitive runtime queriesThomas Vigouroux2020-08-141-3/+26
|/ | | | | | | | | | | | | | Starting now, runtime queries will be sourced in this order : - Queries that are not in any `after` folder, will serve as a base, with each occurence overwriting the others (that is, .config/nvim/queries has the highest priority) - Queries within the `after` directory will be sourced one after the other. The rationale is that this reminds all the `.vim` files (ftplugin) for example, and this allows both to experiment and to override queries easily.
* fix(definitions): optimize and fix definition highlightingSteven Sojka2020-08-134-44/+109
|
* perf: cache parser file list for performanceThomas Vigouroux2020-08-112-1/+17
|
* pass full module path in recurse accumulator to enable/disable sub modulesLaxman Sooriyathas2020-08-111-3/+3
|
* fix(locals): fix find definition implementation (#274)Steven Sojka2020-08-112-29/+54
| | | Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
* fix(queries): don't load queries on startupSteven Sojka2020-08-111-21/+27
|
* configs: actually enable and disable on setupThomas Vigouroux2020-08-101-0/+10
|
* fix(highlight): Use TSParameterThomas Vigouroux2020-08-101-1/+1
|
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-0/+4
|
* Lua: highlight function nameSantos Gallegos2020-08-091-0/+1
|
* Add noremap option to mappingsRafał Camlet2020-08-064-5/+5
|
* 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
|