| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement `TSToggleAll`. | echasnovski | 2021-02-01 | 1 | -0/+20 |
| | | |||||
| * | Implement `TSBufToggle`. | echasnovski | 2021-02-01 | 1 | -0/+22 |
| | | |||||
| * | parsers: change repo link of Elm parser to the new official repo | Stephan Seitz | 2021-02-01 | 1 | -1/+1 |
| | | | | | | Follow https://github.com/tree-sitter/tree-sitter/pull/907 and change the link of the Elm parser to the elm-tooling namespace. | ||||
| * | Add ledger parser, folds and highlights queries | Cédric Barreteau | 2021-01-31 | 1 | -0/+8 |
| | | |||||
| * | feat(query): add cache for get_query (#879) | oberblastmeister | 2021-01-28 | 1 | -13/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added cached to get_query * added reload function * fixed message * added autocommand to reload cache on bufwrite for query file * pass filename to autocommand v:lua fn * removed comment * added metatable * fixed loop * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * added do ... end to local query_cache * made line shorter Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | ||||
| * | Fix "nth?" predicate | Stephan Seitz | 2021-01-20 | 1 | -3/+3 |
| | | |||||
| * | indent: introduce @ignore to avoid indenting some nodes (e.g. comments) | Jędrzej Boczar | 2021-01-14 | 1 | -3/+13 |
| | | |||||
| * | indent: introduce @return to further tune indentation on `o`/`<cr>` | Jędrzej Boczar | 2021-01-14 | 1 | -19/+20 |
| | | |||||
| * | indent: improve behavior on `o`/`<cr>` in languages like Python | Jędrzej Boczar | 2021-01-14 | 1 | -4/+17 |
| | | |||||
| * | indent: fix wrong line number passed to descendant_for_range | Jędrzej Boczar | 2021-01-14 | 1 | -1/+1 |
| | | |||||
| * | Revert "added attach async" | Thomas Vigouroux | 2021-01-14 | 1 | -14/+3 |
| | | |||||
| * | fix(highlight): fix detach function | Thomas Vigouroux | 2021-01-14 | 1 | -6/+4 |
| | | | | | Fixes #798 | ||||
| * | fix(highlight): remove unneeded query management | Thomas Vigouroux | 2021-01-14 | 1 | -5/+1 |
| | | |||||
| * | fixed not highlighting bug | Brian Shu | 2021-01-08 | 2 | -14/+12 |
| | | |||||
| * | removed async changedtick | Brian Shu | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | async buf_attach | Brian Shu | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | removed async changedtick | Brian Shu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | async buf_attach | Brian Shu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | added attach async | Brian Shu | 2021-01-07 | 2 | -1/+14 |
| | | |||||
| * | Add turtle | BonaBeavis | 2021-01-05 | 1 | -0/+9 |
| | | |||||
| * | indent fixes | kiyan42 | 2021-01-04 | 1 | -11/+34 |
| | | |||||
| * | Add maintainers for Julia | Stephan Seitz | 2021-01-03 | 1 | -1/+2 |
| | | |||||
| * | add gdscript | TJ DeVries | 2020-12-31 | 1 | -0/+9 |
| | | |||||
| * | Add SPARQL | BonaBeavis | 2020-12-30 | 1 | -0/+9 |
| | | | | | Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com> | ||||
| * | Remove deprecated highlights | delphinus | 2020-12-21 | 1 | -2/+0 |
| | | |||||
| * | fix(query): add noop handler for make-range | Steven Sojka | 2020-12-18 | 1 | -3/+2 |
| | | |||||
| * | fix: support shiftwidth for indents. | Senghan Bright | 2020-12-16 | 1 | -1/+2 |
| | | |||||
| * | [docgen] Update README.md | Github Actions | 2020-12-12 | 1 | -6/+14 |
| | | | | | skip-checks: true | ||||
| * | Add fix for vim.fn.executable(vim.NIL) | Stephan Seitz | 2020-12-12 | 1 | -1/+1 |
| | | | | | | | This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1 | ||||
| * | Pin Erlang parser | Stephan Seitz | 2020-12-10 | 1 | -1/+1 |
| | | |||||
| * | fix erlang parser installation | Okan Esen | 2020-12-10 | 1 | -1/+2 |
| | | |||||
| * | Add Erlang parser to list | Leandro Ostera | 2020-12-10 | 1 | -0/+8 |
| | | |||||
| * | Allow user configure parsers using metatables | Luis Carlos Cruz Carballo | 2020-12-09 | 1 | -12/+27 |
| | | |||||
| * | fix: find parsers correctly | li | 2020-12-09 | 1 | -0/+2 |
| | | | | | Explicitely installed parsers will not be found implicitely | ||||
| * | typo | rockerBOO | 2020-12-07 | 1 | -1/+1 |
| | | |||||
| * | cleanup: Add additional context | rockerBOO | 2020-12-07 | 1 | -1/+3 |
| | | |||||
| * | docs: Update docs for missing groups, re-order alphabetically | rockerBOO | 2020-12-07 | 1 | -38/+51 |
| | | |||||
| * | Remove 'CI' guard (we can have now the newest version of nvim again) | Stephan Seitz | 2020-12-07 | 1 | -2/+1 |
| | | |||||
| * | add readme and more correct highlight captures | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -0/+1 |
| | | |||||
| * | add kotlin parser and highligh-queries | Tormod Alf Try Tufteland | 2020-12-06 | 1 | -0/+7 |
| | | |||||
| * | Fix: Print message when TSUpdate has nothing to do | Stephan Seitz | 2020-11-29 | 1 | -4/+7 |
| | | |||||
| * | feat: add graphql grammar | Bryan Kegley | 2020-11-27 | 1 | -0/+8 |
| | | |||||
| * | Only update outdated_parsers on TSUpdate | Stephan Seitz | 2020-11-25 | 2 | -20/+66 |
| | | |||||
| * | fix: make version check work on non-CI environments | Stephan Seitz | 2020-11-23 | 1 | -2/+1 |
| | | |||||
| * | fix: update interface following languagetree merge (#687) | Thomas Vigouroux | 2020-11-23 | 10 | -202/+15 |
| | | |||||
| * | Add @leo60228 as Nix maintainer | leo60228 | 2020-11-22 | 1 | -1/+2 |
| | | |||||
| * | fix(predicates): Fix #446: highlight property only if not a method | Stephan Seitz | 2020-11-18 | 1 | -0/+1 |
| | | |||||
| * | feat(predicates): extend has-ancestor?, add has-parent?/has-type? | Stephan Seitz | 2020-11-18 | 1 | -6/+26 |
| | | |||||
| * | Make make-range! more relaxed (one of the arguments maybe nil) | Stephan Seitz | 2020-11-17 | 1 | -2/+2 |
| | | |||||
| * | Add initial clojure support | sogaiu | 2020-11-04 | 1 | -0/+8 |
| | | |||||
