summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2020-08-15Merge pull request #291 from vigoux/post-upstream-workSteven Sojka
2020-08-14feat: intuitive runtime queriesThomas Vigouroux
2020-08-14fix: refactor after upstream refactorThomas Vigouroux
2020-08-13fix(definitions): optimize and fix definition highlightingSteven Sojka
2020-08-11perf: cache parser file list for performanceThomas Vigouroux
2020-08-11pass full module path in recurse accumulator to enable/disable sub modulesLaxman Sooriyathas
2020-08-11fix(locals): fix find definition implementation (#274)Steven Sojka
2020-08-11fix(queries): don't load queries on startupSteven Sojka
2020-08-10configs: actually enable and disable on setupThomas Vigouroux
2020-08-10fix(highlight): Use TSParameterThomas Vigouroux
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Lua: highlight function nameSantos Gallegos
2020-08-06Add noremap option to mappingsRafaƂ Camlet
2020-08-02feat(install): Export iter_cmdStephan Seitz
2020-08-02Add TSUninstallStephan Seitz
2020-08-02Add TSUpdate command to update parsersStephan Seitz
2020-08-02fix decremental selectionkiyan42
2020-07-31feat(predicates): add adjacent predicateSteven Sojka
2020-07-28rename query parser to query from schemeSteven Sojka
2020-07-28feat(parsers): add scheme parserSteven Sojka
2020-07-27configs: attach on unknown parsers tooThomas Vigouroux
2020-07-27Predicates: remove function unlispify and use Lisp names directlyStephan Seitz
2020-07-27Add predicate: has-ancestor?Stephan Seitz
2020-07-27Add predicates moduleStephan Seitz
2020-07-27Parsers: add reStructuredTextSantos Gallegos
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Add attribute to the highlight mapAkin Sowemimo
2020-07-23Fix #213: Add parser for dartStephan Seitz
2020-07-20Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz
2020-07-20Fixed to use normal! instead of normalSteve Vermeulen
2020-07-16Add jsdoc parserStephan Seitz
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-16fix(ts_utils): be sure to parse to get rootThomas Vigouroux
2020-07-15fix(parsers): add additional typescript filetype to parserPierre Poupin
2020-07-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-15checkhealth for all query groupsStephan Seitz
2020-07-15Use C++ parser for "cuda" filetypeStephan Seitz
2020-07-15fix(configs): deep merge table configsSteven Sojka
2020-07-15feat(refactor.navigation): update jumplist on jumpThomas Vigouroux
2020-07-15fix(configs): simplify module setup processThomas Vigouroux
2020-07-14Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-14Fix highlight of usages after merging highlight_current_scopeStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Add ts_utils.highlight_nodeStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-07-13Lint: remove second argument for one-argument functionStephan Seitz
2020-07-08fix(refactor): highlight def perf issue fixSteven Sojka
2020-07-07feat(configs): dynamic module defintionsSteven Sojka