summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node.
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
The highlighting when highlighting references and definitions in ruby were off. This corrects that by assigning them to their correct properties.
2020-07-16Add jsdoc parserStephan Seitz
2020-07-16added textobject support for golangwinwisely268
2020-07-16highlights: some fixesThomas Vigouroux
Add `goto` keyword for C. Fix typo for lua.
2020-07-16Refactor locals.lua:Stephan Seitz
- shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-16fix(ts_utils): be sure to parse to get rootThomas Vigouroux
Be sure to call `parser:parser()` to get a tree instead of getting the tree directly. This will not cost anything is the buffer is freshly parsed. Fixes #181
2020-07-15Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz
2020-07-15fix(parsers): add additional typescript filetype to parserPierre Poupin
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181
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
Push a jumplist item when using `goto_definition`. Fixes #166
2020-07-15Update README.mdThomas Vigouroux
Add a notice on how to temporarily fix highlighting issues.
2020-07-15fix(configs): simplify module setup processThomas Vigouroux
Abuse a bit of tbl_extend and tbl_deep_extend. We might want to continue this effort, and simplify this part of the plugin. Fixes #178
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
2020-07-09docs: update README.md for RustThomas Vigouroux
2020-07-09docs: Add screenshot to the readmeThomas Vigouroux
2020-07-09highlight(c): fix booleans and typesThomas Vigouroux
2020-07-09Python locals: with_statement can define variablesStephan Seitz
2020-07-09Python highlights: Surround type subscript query with (type ...)Stephan Seitz
2020-07-08locals(lua): simplify argsThomas Vigouroux
2020-07-08highlight(lua): fix overlapping queriesThomas Vigouroux
2020-07-08Introduce @definition.import for Python/JavascriptStephan Seitz
2020-07-08Highlight complete type definitionStephan Seitz