| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-18 | chore: cleanup main file, move statusline in module | kiyan | |
| 2022-04-30 | chore!: remove ensure_installed='maintained' | Christian Clason | |
| Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended). | |||
| 2021-04-14 | feat: Add TSEditQuery | Stephan Seitz | |
| 2020-10-26 | feat(install): add "maintained" option to only install maintained parsers | Stephan Seitz | |
| Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default. | |||
| 2020-10-19 | start indent module | kiyan42 | |
| 2020-10-11 | Remove old statusline implementation with new one. | Kristijan Husak | |
| 2020-10-11 | Add implementation for improved statusline. Closes #545. | Kristijan Husak | |
| 2020-09-05 | Completion: use custom instead of customlist | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396 | |||
| 2020-09-04 | Refactor: move completion functions to autoload | Santos Gallegos | |
| 2020-05-25 | feat: add syntax-based folding | Thomas Vigouroux | |
| 2020-05-05 | feat: provide a statusline indicator | Thomas Vigouroux | |
| It will show the current branch at the cursor going the tree as such. root->node->subnode->leaf If an argument is provided to `statusline`, then the tree will be truncated as follows : ..->subnode->subnode | |||
