| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(installer): ignore globally installed parsers | kylo252 | 2022-11-24 | 2 | -2/+10 | |
| | | | | | | | | Problem: `is_installed` is picking up parsers shipped by neovim v0.8 with unknown version and compatability Solution: only consider a parser installed if it's available in the parsers_install_dir | |||||
| * | feat: add mermaid | ObserverOfTime | 2022-11-20 | 1 | -0/+8 | |
| | | ||||||
| * | feat: add jq | ObserverOfTime | 2022-11-18 | 1 | -0/+7 | |
| | | ||||||
| * | feat(arduino): separate from cpp | ObserverOfTime | 2022-11-18 | 1 | -1/+8 | |
| | | ||||||
| * | feat: add awk | ObserverOfTime | 2022-11-16 | 1 | -0/+7 | |
| | | ||||||
| * | feat: vhs (.tape) support (#3726) | Carlos Alexandro Becker | 2022-11-13 | 1 | -0/+11 | |
| | | ||||||
| * | fix(configs): ensure_installed can be a string | Carlo Sala | 2022-10-31 | 1 | -1/+1 | |
| | | ||||||
| * | feat(emmy): add emmylua annotations | Lewis Russell | 2022-10-31 | 8 | -121/+257 | |
| | | ||||||
| * | feat(git_rebase): add git_rebase parser | gbprod | 2022-10-28 | 1 | -0/+10 | |
| | | ||||||
| * | parsers: add nickel parser (#3506) | José Luis Lafuente | 2022-10-19 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | * parsers: add nickel parser * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <christian.clason@uni-due.de> * Update queries/nickel/highlights.scm Co-authored-by: Christian Clason <christian.clason@uni-due.de> * fix queries * Cleanup (based on @theHamsta review) Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||||
| * | feat(diff): add diff parser | gbprod | 2022-10-19 | 1 | -0/+10 | |
| | | | | | This commit introduce diff parser. | |||||
| * | fix(modules): allow non-registered langs to use modules | Lewis Russell | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | This change allows for languages not managed by nvim-treesitter to use Nvim-treesitter modules like folding and indent. | |||||
| * | feat!: remove obsolete `TS*` highlight groups | Christian Clason | 2022-10-16 | 1 | -234/+0 | |
| | | ||||||
| * | feat(phpdoc): Remove requires_generate_from_grammar | Michael Härtl | 2022-10-16 | 1 | -2/+0 | |
| | | ||||||
| * | test(gitattributes): add tests for highlights | ObserverOfTime | 2022-10-15 | 1 | -3/+0 | |
| | | ||||||
| * | fix: explain what's wrong when installing a non-existing parser | Stephan Seitz | 2022-10-15 | 1 | -2/+12 | |
| | | | | | Fixes #3450 | |||||
| * | fix(uninstall): support ensure_installed = 'all' | Dusk Banks | 2022-10-10 | 1 | -1/+7 | |
| | | ||||||
| * | fix: don't overwrite highlights when defining | Thomas Vigouroux | 2022-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | style: fix code styling according to Stylua | gbprod | 2022-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Introduce twig parser | gbprod | 2022-10-03 | 1 | -1/+11 | |
| | | | | | | This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com) | |||||
| * | fix(test): update tests to Nvim 0.8 | Christian Clason | 2022-10-02 | 1 | -2/+2 | |
| | | ||||||
| * | update vimdoc parser and queries | Christian Clason | 2022-09-29 | 1 | -3/+2 | |
| | | ||||||
| * | chore(pug): mark as experimental | ObserverOfTime | 2022-09-20 | 1 | -0/+1 | |
| | | ||||||
| * | fix(highlight): respect g:skip_ts_default_groups on ColorScheme autocmd | Null Chilly | 2022-09-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(fold): don't include whitespace end regions | Lewis Russell | 2022-09-12 | 3 | -3/+43 | |
| | | | | | | | | | | | | | Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | |||||
| * | parsers: add blueprint parser | Gabriele Musco | 2022-09-12 | 1 | -0/+9 | |
| | | ||||||
| * | feat: add jsonnet | Cezary Drożak | 2022-09-10 | 1 | -0/+8 | |
| | | ||||||
| * | fix(highlight): ensure link captures function exists | Akin Sowemimo | 2022-09-09 | 1 | -2/+4 | |
| | | | | | | before attempting to call it fixes #3465 | |||||
| * | feat: add tree-sitter-gitattributes | ObserverOfTime | 2022-09-09 | 1 | -0/+11 | |
| | | ||||||
| * | feat(verilog): update version | zegervdv | 2022-09-08 | 1 | -2/+0 | |
| | | ||||||
| * | Add support for menhir (OCaml parser generator) | Martin Pépin | 2022-09-05 | 1 | -0/+9 | |
| | | ||||||
| * | style: stylua | Raafat Turki | 2022-09-01 | 1 | -3/+3 | |
| | | ||||||
| * | fix: grammar url | Raafat Turki | 2022-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add tree-sitter-sxhkdrc | Raafat Turki | 2022-09-01 | 1 | -0/+12 | |
| | | ||||||
| * | chore(highlight): re-add earlier call | Akin Sowemimo | 2022-08-31 | 1 | -0/+2 | |
| | | ||||||
| * | fix(highlight): ensure links are rebuilt on colorscheme change | Akin Sowemimo | 2022-08-31 | 1 | -2/+7 | |
| | | ||||||
| * | fix: warn when user uninstalls parser than is in their ensure_installed | Stephan Seitz | 2022-08-26 | 2 | -0/+15 | |
| | | | | | Fixes #2777 | |||||
| * | fix: add hint when there parser is still installed after TSUninstall | Stephan Seitz | 2022-08-26 | 1 | -5/+30 | |
| | | ||||||
| * | chore: remove unused parameter | Stephan Seitz | 2022-08-26 | 1 | -1/+1 | |
| | | | | | The argument wasn't used anywhere neither in function nor in call sites | |||||
| * | chore!: don't allow to silently use alternative install directory | Stephan Seitz | 2022-08-26 | 1 | -20/+11 | |
| | | ||||||
| * | feat(meson): add support for meson | ShootingStarDragons | 2022-08-26 | 1 | -0/+11 | |
| | | | | | Log: meson build | |||||
| * | fixup: facepalm | Christian Clason | 2022-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix(hl_map): adapt to upstream changes on master | Christian Clason | 2022-08-26 | 1 | -76/+94 | |
| | | | | | | | | | | | | | | | | https://github.com/neovim/neovim/pull/19931 adds direct support for highlighting capture groups (with fallback), obviating the need for `vim.treesitter.highlighter.hl_map`. Instead of `hl_map["@keyword"] = "TSKeyword"` users can simply `hi link TSKeyword @keyword` Check for the existence of `hl_map` and either use the former or the latter. | |||||
| * | parsers: add HLSL | Stephan Seitz | 2022-08-19 | 1 | -0/+9 | |
| | | ||||||
| * | parsers: add tree-sitter-gitignore | Stephan Seitz | 2022-08-16 | 1 | -0/+10 | |
| | | ||||||
| * | fix wrong parse | ShootingStarDragons | 2022-08-16 | 1 | -2/+2 | |
| | | | | | change maintainers | |||||
| * | add regenerate the treesitter | ShootingStarDragons | 2022-08-16 | 1 | -0/+1 | |
| | | ||||||
| * | feat(agda): add support for agda | ShootingStarDragons | 2022-08-16 | 1 | -0/+9 | |
| | | ||||||
| * | chore: update `tree-sitter-http` parser URL | NTBBloodbath | 2022-08-09 | 1 | -1/+1 | |
| | | ||||||
| * | nil check for lines | ray-x | 2022-08-06 | 1 | -1/+4 | |
| | | ||||||
