| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-20 | Attach kind of reference to query result instead of using subfields | Stephan 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-19 | bash: add locals.scm for use with definition highlighting | TravonteD | |
| 2020-07-17 | added go maintainer to README.md | WinWisely268 | |
| 2020-07-17 | go loop and func literal, rust textobject support | winwisely268 | |
| 2020-07-17 | fix(highlights): add array strings | Steven Sojka | |
| 2020-07-16 | fix: fix references and definitions | TravonteD | |
| The highlighting when highlighting references and definitions in ruby were off. This corrects that by assigning them to their correct properties. | |||
| 2020-07-16 | Add jsdoc parser | Stephan Seitz | |
| 2020-07-16 | added textobject support for golang | winwisely268 | |
| 2020-07-16 | highlights: some fixes | Thomas Vigouroux | |
| Add `goto` keyword for C. Fix typo for lua. | |||
| 2020-07-16 | Refactor locals.lua: | Stephan Seitz | |
| - shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua | |||
| 2020-07-16 | Refactor: Add parsers.get_buf_lang | Stephan Seitz | |
| 2020-07-16 | fix(ts_utils): be sure to parse to get root | Thomas 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-15 | Python textobjects: Include @decorators and improve @conditional.inner | Stephan Seitz | |
| 2020-07-15 | fix(parsers): add additional typescript filetype to parser | Pierre Poupin | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181 | |||
| 2020-07-15 | feat(textobjects): Add `start` to include preceding things like documentation | Stephan Seitz | |
| 2020-07-15 | checkhealth for all query groups | Stephan Seitz | |
| 2020-07-15 | Use C++ parser for "cuda" filetype | Stephan Seitz | |
| 2020-07-15 | fix(configs): deep merge table configs | Steven Sojka | |
| 2020-07-15 | feat(refactor.navigation): update jumplist on jump | Thomas Vigouroux | |
| Push a jumplist item when using `goto_definition`. Fixes #166 | |||
| 2020-07-15 | Update README.md | Thomas Vigouroux | |
| Add a notice on how to temporarily fix highlighting issues. | |||
| 2020-07-15 | fix(configs): simplify module setup process | Thomas 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-15 | docs(README): add new actions badge | Thomas Vigouroux | |
| 2020-07-14 | Also check textobjects queries in check-queries.lua | Stephan Seitz | |
| 2020-07-14 | Update documentation for new modules 'refactor'/'textobjects' | Stephan Seitz | |
| 2020-07-14 | Add C/C++ textobjects | Stephan Seitz | |
| 2020-07-14 | Add Python textobjects | Stephan Seitz | |
| 2020-07-14 | Add textobjects module | Stephan Seitz | |
| 2020-07-14 | Add workflow for checking query files | Stephan Seitz | |
| 2020-07-14 | Fix highlight of usages after merging highlight_current_scope | Stephan Seitz | |
| 2020-07-13 | Cpp locals: Fix syntax | Stephan Seitz | |
| 2020-07-13 | Add module refactor.highlight_current_scope | Stephan Seitz | |
| 2020-07-13 | Add ts_utils.highlight_node | Stephan Seitz | |
| 2020-07-13 | Add rust locals.scm | Stephan Seitz | |
| 2020-07-13 | Fix #167: Add custom_captures config key to set highlights for custom queries | Stephan Seitz | |
| 2020-07-13 | C/C++ highlights: Small improvements for type definitions | Stephan Seitz | |
| 2020-07-13 | Lint: remove second argument for one-argument function | Stephan Seitz | |
| 2020-07-11 | Update example | Santos Gallegos | |
| 2020-07-11 | Typo | Santos Gallegos | |
| 2020-07-09 | docs: add GH actions build badge | Thomas Vigouroux | |
| 2020-07-09 | docs: remove unused build status badge | Thomas Vigouroux | |
| 2020-07-09 | ci: use GH Actions istead of Travis CI | Thomas Vigouroux | |
| 2020-07-09 | docs: update README.md for Rust | Thomas Vigouroux | |
| 2020-07-09 | docs: Add screenshot to the readme | Thomas Vigouroux | |
| 2020-07-09 | highlight(c): fix booleans and types | Thomas Vigouroux | |
| 2020-07-09 | Python locals: with_statement can define variables | Stephan Seitz | |
| 2020-07-09 | Python highlights: Surround type subscript query with (type ...) | Stephan Seitz | |
| 2020-07-08 | locals(lua): simplify args | Thomas Vigouroux | |
| 2020-07-08 | highlight(lua): fix overlapping queries | Thomas Vigouroux | |
| 2020-07-08 | Introduce @definition.import for Python/Javascript | Stephan Seitz | |
| 2020-07-08 | Highlight complete type definition | Stephan Seitz | |
