| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update fennel parser to 0.19.2 | Stephan Seitz | 2021-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Add explanation why some parsers need to be generated from source now | Stephan Seitz | 2021-03-16 | 1 | -0/+4 | |
| | | ||||||
| * | Dart, Svelte no longer requires_generate_from_grammar | Stephan Seitz | 2021-03-16 | 1 | -2/+0 | |
| | | ||||||
| * | Downgrade glimmer to the 0.19.0 version | Stephan Seitz | 2021-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Update jsonc to 0.19.0 | Stephan Seitz | 2021-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Remove verilog parser | Stephan Seitz | 2021-03-16 | 1 | -11/+11 | |
| | | ||||||
| * | Fixup CI | Stephan Seitz | 2021-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add ocamllex to needs_generate | Stephan Seitz | 2021-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fix clojure | Stephan Seitz | 2021-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Add CI hack | Stephan Seitz | 2021-03-16 | 1 | -0/+5 | |
| | | ||||||
| * | Mark parsers with NPM dependency | Stephan Seitz | 2021-03-16 | 2 | -12/+37 | |
| | | ||||||
| * | Make parsers that require "TSGenerateFromGrammar" | Stephan Seitz | 2021-03-16 | 2 | -4/+28 | |
| | | ||||||
| * | Update parsers | Stephan Seitz | 2021-03-16 | 1 | -1/+2 | |
| | | ||||||
| * | Add support for R language. | echasnovski | 2021-03-16 | 1 | -0/+8 | |
| | | ||||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 2 | -0/+12 | |
| | | | | Closes #236 | |||||
| * | update tips in healthcheck | bitcoder | 2021-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | add treesitter version in checkhealth | bitcoder | 2021-03-09 | 1 | -0/+10 | |
| | | ||||||
| * | Add Windows support for cl.exe | Jozef Grajciar | 2021-03-04 | 2 | -24/+41 | |
| | | | | | Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | |||||
| * | Fix: Allow repo.url to end in ".git" | Stephan Seitz | 2021-03-02 | 2 | -4/+5 | |
| | | ||||||
| * | Fix #972: Add tar-download support for Gitlab | Stephan Seitz | 2021-03-02 | 2 | -3/+9 | |
| | | ||||||
| * | fix: add used_by in parser setter | kiyan | 2021-03-01 | 1 | -1/+5 | |
| | | ||||||
| * | Add branch to glimmer config | NullVoxPopuli | 2021-03-01 | 1 | -0/+1 | |
| | | ||||||
| * | Add glimmer parser | NullVoxPopuli | 2021-03-01 | 1 | -0/+10 | |
| | | ||||||
| * | chore: remove useless code and indent files | kiyan | 2021-02-27 | 10 | -106/+88 | |
| | | ||||||
| * | feat: add support for svelte | elianiva | 2021-02-23 | 1 | -0/+9 | |
| | | ||||||
| * | health: add legend for x icon in query health | kiyan | 2021-02-22 | 1 | -1/+2 | |
| | | ||||||
| * | chore: rewrite healthcheck for compact output | kiyan | 2021-02-22 | 1 | -20/+12 | |
| | | ||||||
| * | Fix indent size | BonaBeavis | 2021-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add "v", "V", "<C-v>" as valid options of `selection_mode`. | echasnovski | 2021-02-21 | 1 | -4/+5 | |
| | | ||||||
| * | Add `selection_mode` argument to `ts_utils.update_selection()`. | echasnovski | 2021-02-21 | 1 | -2/+12 | |
| | | ||||||
| * | List myself as the Vue maintainer | Hugo Osvaldo Barrera | 2021-02-17 | 1 | -1/+2 | |
| | | ||||||
| * | List myself as maintainer for JSONC | Hugo Osvaldo Barrera | 2021-02-17 | 1 | -0/+1 | |
| | | ||||||
| * | Add README description for JSONC | Hugo Osvaldo Barrera | 2021-02-17 | 1 | -1/+2 | |
| | | ||||||
| * | Add support for JSONC | Hugo Osvaldo Barrera | 2021-02-15 | 1 | -0/+7 | |
| | | ||||||
| * | Fix parser config for nix | Stephan Seitz | 2021-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix: remove debug print on query cache invalidation | Stephan Seitz | 2021-02-11 | 1 | -1/+0 | |
| | | | | | | | The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message" | |||||
| * | HTML: improve highlights & injections | Santos Gallegos | 2021-02-11 | 1 | -0/+1 | |
| | | ||||||
| * | Remove second addition of supercollider | Mads Kjeldgaard | 2021-02-10 | 1 | -9/+0 | |
| | | ||||||
| * | Add supercollider support | Mads Kjeldgaard | 2021-02-10 | 1 | -0/+1 | |
| | | ||||||
| * | Add supercollider parser to list of parsers | Mads Kjeldgaard | 2021-02-10 | 1 | -0/+18 | |
| | | ||||||
| * | Add devicetree parser with queries (#900) | Jędrzej Boczar | 2021-02-10 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | * Add devicetree parser with queries * [docgen] Update README.md skip-checks: true * queries/devicetree: update highlight capture groups * minor fix in CONTRIBUTING.md * Revert "minor fix in CONTRIBUTING.md" This reverts commit 23622b49dbb9eace471e036c0f94fc64b5fda951. * queries/devicetree: add self as maintainer * [docgen] Update README.md skip-checks: true Co-authored-by: Github Actions <actions@github> | |||||
| * | fixed #630 | yzia2000 | 2021-02-04 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
