aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C# highlighting - Fixed to highlight method calls, and changed break to be co...Steve Vermeulen2020-07-201-1/+8
* Added more highlight groups to C# fileSteve Vermeulen2020-07-201-2/+69
* Added first attempt at highlighting and text objects for csharpSteve Vermeulen2020-07-202-0/+136
* C highlights: Add operator "%"Stephan Seitz2020-07-201-0/+2
* C++ locals: add variadic as @definition.varStephan Seitz2020-07-201-0/+3
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
* Fixed to use normal! instead of normalSteve Vermeulen2020-07-201-1/+1
* Python highlights: highlight functions with self as methods (#198)Stephan Seitz2020-07-201-0/+13
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-203-4/+12
* bash: add locals.scm for use with definition highlightingTravonteD2020-07-191-0/+13
* added go maintainer to README.mdWinWisely2682020-07-171-1/+1
* go loop and func literal, rust textobject supportwinwisely2682020-07-172-2/+88
* fix(highlights): add array stringsSteven Sojka2020-07-171-0/+1
* fix: fix references and definitionsTravonteD2020-07-161-5/+17
* Add jsdoc parserStephan Seitz2020-07-162-0/+9
* added textobject support for golangwinwisely2682020-07-161-0/+37
* highlights: some fixesThomas Vigouroux2020-07-162-6/+7
* 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
* Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz2020-07-151-2/+10
* 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-154-6/+39
* checkhealth for all query groupsStephan Seitz2020-07-153-20/+14
* 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
* Update README.mdThomas Vigouroux2020-07-151-0/+9
* fix(configs): simplify module setup processThomas Vigouroux2020-07-151-17/+9
* docs(README): add new actions badgeThomas Vigouroux2020-07-151-0/+1
* Also check textobjects queries in check-queries.luaStephan Seitz2020-07-141-1/+1
* Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz2020-07-143-2/+72
* Add C/C++ textobjectsStephan Seitz2020-07-142-0/+53
* Add Python textobjectsStephan Seitz2020-07-141-0/+24
* Add textobjects moduleStephan Seitz2020-07-149-27/+216
* Add workflow for checking query filesStephan Seitz2020-07-142-0/+55
* Fix highlight of usages after merging highlight_current_scopeStephan Seitz2020-07-141-1/+1
* Cpp locals: Fix syntaxStephan Seitz2020-07-131-1/+1
* Add module refactor.highlight_current_scopeStephan Seitz2020-07-134-0/+56
* Add ts_utils.highlight_nodeStephan Seitz2020-07-132-20/+14
* Add rust locals.scmStephan Seitz2020-07-134-1/+111
* Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz2020-07-134-0/+33
* C/C++ highlights: Small improvements for type definitionsStephan Seitz2020-07-132-0/+6
* Lint: remove second argument for one-argument functionStephan Seitz2020-07-131-1/+1
* Update exampleSantos Gallegos2020-07-111-3/+7
* TypoSantos Gallegos2020-07-111-1/+1
* docs: add GH actions build badgeThomas Vigouroux2020-07-091-0/+1
* docs: remove unused build status badgeThomas Vigouroux2020-07-091-1/+0
* ci: use GH Actions istead of Travis CIThomas Vigouroux2020-07-093-12/+21