| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-14 | Update documentation for new modules 'refactor'/'textobjects' | Stephan Seitz | |
| 2020-07-14 | Add textobjects module | Stephan Seitz | |
| 2020-07-14 | Fix highlight of usages after merging highlight_current_scope | 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 | Fix #167: Add custom_captures config key to set highlights for custom queries | Stephan Seitz | |
| 2020-07-13 | Lint: remove second argument for one-argument function | Stephan Seitz | |
| 2020-07-08 | fix(refactor): highlight def perf issue fix | Steven Sojka | |
| 2020-07-07 | feat(configs): dynamic module defintions | Steven Sojka | |
| 2020-07-05 | Allow arbitrary query files in locals.lua | Stephan Seitz | |
| This is a preparation for `textobject` queries. | |||
| 2020-07-05 | Make luacheck happy | Stephan Seitz | |
| 2020-06-30 | fix ask install | kiyan42 | |
| 2020-06-30 | Define multiple query for a language | kiyan42 | |
| Allows using another query file for a language, or use a query file from another language | |||
| 2020-06-30 | if/else in defining languages | kiyan42 | |
| 2020-06-30 | fix: remove goto statements | kiyan42 | |
| 2020-06-30 | update installer with sync and some fixes | kiyan42 | |
| - add sync method for installing using `system` - remove `descriptions` in command configs - use install(lang) in ensure_installed and make it compatible | |||
| 2020-06-30 | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | |
| 2020-06-30 | feat(refactor): add definition navigation module | Steven Sojka | |
| 2020-06-30 | feat(refactor): add smart rename module | Steven Sojka | |
| 2020-06-30 | feat(refactor): highlight usages module | Steven Sojka | |
| 2020-06-29 | add used_by key to parsers | kiyan42 | |
| Enables the use of multiple filetypes for one parser. | |||
| 2020-06-27 | Merge pull request #102 from vigoux/fix-94 | Stephan Seitz | |
| Separate queries with newlines | |||
| 2020-06-26 | highlight: use custom highlight groups | Thomas Vigouroux | |
| 2020-06-25 | continue installing if not reinstalling one parser | kiyan42 | |
| 2020-06-25 | install can take 'all' as parameter | kiyan42 | |
| 2020-06-25 | add command to install all parsers | kiyan42 | |
| 2020-06-24 | fix(locals): compute locals after later tick | Steven Sojka | |
| 2020-06-22 | rename and finish ft->lang migration | kiyan42 | |
| 2020-06-21 | fix: separate queries with newlines | Thomas Vigouroux | |
| 2020-06-21 | Fix bash parser url | Santos Gallegos | |
| Not sure if this was on purpose or if it was a mistake | |||
| 2020-06-21 | fix(statusline): don't call if no parser | Thomas Vigouroux | |
| 2020-06-21 | Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypes | Kiyan Yazdani | |
| refacto/fix: filetype / parser name distinction | |||
| 2020-06-21 | Merge pull request #72 from doubleloop/python | Stephan Seitz | |
| Updated python highlights | |||
| 2020-06-21 | Updated python highlights | Jakub Łuczyński | |
| * allow for digits in constant names * removed redundant/conflicting rules * added missing hlmap * fixed escape_sequence * more explicit @constructor assignment * added rules for function decoration identifiers | |||
| 2020-06-20 | refactor: parser list and lang->ft/ft->lang | kiyan42 | |
| - move parser list in `parsers.lua` - most `ft` variable where changed to `lang`, `ft` is only used on autocmd binding, and lang is used for everything else. Functions have been defined to make the switch between `ft` and `lang` | |||
| 2020-06-19 | fix: declare parse names as their appropriate filetype and change clone url | kiyan42 | |
| 2020-06-19 | add winnr to get_node_at_cursor | kiyan42 | |
| 2020-06-19 | refacto: remove buf_state | kiyan42 | |
| - remove buf_state and related code - add get_node_at_cursor() - better incremental selection (code is localized) | |||
| 2020-06-15 | Fixup: Introduce base languages for queries | Stephan Seitz | |
| Use same argument for nvim_get_runtime_file for base language | |||
| 2020-06-15 | Introduce base languages for queries | Stephan Seitz | |
| Some treesitter grammars just extend another treesitter grammar. This enables us to use the C queries also for C++. We only need to put additional queries in the C++ files. | |||
| 2020-06-15 | Merge pull request #80 from steelsojka/feat/user-query-overrides | Kiyan Yazdani | |
| feat(queries): allow user query overrides | |||
| 2020-06-14 | Add tree-sitter-regex | Stephan Seitz | |
| This might be interesting for injected highlighting | |||
| 2020-06-14 | feat(queries): allow for user overrides | Steven Sojka | |
| 2020-05-25 | feat: add syntax-based folding | Thomas Vigouroux | |
