summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20C# highlighting - Fixed to highlight method calls, and changed break to be co...Steve Vermeulen
2020-07-20Added more highlight groups to C# fileSteve Vermeulen
2020-07-20Added first attempt at highlighting and text objects for csharpSteve Vermeulen
2020-07-20C highlights: Add operator "%"Stephan Seitz
2020-07-20C++ locals: add variadic as @definition.varStephan Seitz
2020-07-20C++ highlights: Add decltype keywordStephan Seitz
2020-07-20C++ highlights: Highlight variadic parametersStephan Seitz
2020-07-20Fixed to use normal! instead of normalSteve Vermeulen
2020-07-20Python highlights: highlight functions with self as methods (#198)Stephan Seitz
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
2020-07-19bash: add locals.scm for use with definition highlightingTravonteD
2020-07-17added go maintainer to README.mdWinWisely268
2020-07-17go loop and func literal, rust textobject supportwinwisely268
2020-07-17fix(highlights): add array stringsSteven Sojka
2020-07-16fix: fix references and definitionsTravonteD
2020-07-16Add jsdoc parserStephan Seitz
2020-07-16added textobject support for golangwinwisely268
2020-07-16highlights: some fixesThomas Vigouroux
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-15Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz
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-15Update README.mdThomas Vigouroux
2020-07-15fix(configs): simplify module setup processThomas Vigouroux
2020-07-15docs(README): add new actions badgeThomas Vigouroux
2020-07-14Also check textobjects queries in check-queries.luaStephan Seitz
2020-07-14Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz
2020-07-14Add C/C++ textobjectsStephan Seitz
2020-07-14Add Python textobjectsStephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-14Add workflow for checking query filesStephan Seitz
2020-07-14Fix highlight of usages after merging highlight_current_scopeStephan Seitz
2020-07-13Cpp locals: Fix syntaxStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Add ts_utils.highlight_nodeStephan Seitz
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-13Lint: remove second argument for one-argument functionStephan Seitz
2020-07-11Update exampleSantos Gallegos
2020-07-11TypoSantos Gallegos
2020-07-09docs: add GH actions build badgeThomas Vigouroux
2020-07-09docs: remove unused build status badgeThomas Vigouroux
2020-07-09ci: use GH Actions istead of Travis CIThomas Vigouroux