| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update lockfile.json | GitHub | 2022-11-06 | 1 | -2/+2 | |
| | | ||||||
| * | fix: update julia queries to parser change | Christian Clason | 2022-11-06 | 3 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-05 | 1 | -3/+3 | |
| | | ||||||
| * | feat(ql): add folding queries | Alvaro Muñoz | 2022-11-05 | 1 | -0/+7 | |
| | | ||||||
| * | fix(rust): update queries to breaking changes | Christian Clason | 2022-11-05 | 3 | -9/+7 | |
| | | | | | | | | * `if_let_expression` was removed in https://github.com/tree-sitter/tree-sitter-rust/pull/152 * `attributes` were reworked in https://github.com/tree-sitter/tree-sitter-rust/pull/163 (no more `meta-item`) | |||||
| * | Update lockfile.json | GitHub | 2022-11-05 | 1 | -5/+5 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-03 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-11-02 | 1 | -4/+4 | |
| | | ||||||
| * | refactor julia locals | Sergio Alejandro Vargas | 2022-11-02 | 1 | -32/+56 | |
| | | ||||||
| * | refactor(highlights/julia): Update definitions | Sergio Alejandro Vargas | 2022-11-02 | 2 | -96/+135 | |
| | | | | | | | | | | | | | | | | See https://github.com/tree-sitter/tree-sitter-julia/pull/54 Remove a bunch of patterns with `argument_list`. No longer necessary with `short_function_definition`. Other minor changes including: - Add boolean literals See https://github.com/tree-sitter/tree-sitter-julia/pull/44 - Update highlights for operators (for bindings, type operators, etc) - Update lockfile | |||||
| * | Update lockfile.json | GitHub | 2022-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix(readme): disable folding at startup | Wuelner Martínez | 2022-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | lua: update queries | Christian Clason | 2022-11-01 | 1 | -0/+5 | |
| | | ||||||
| * | help: update queries | Christian Clason | 2022-11-01 | 1 | -2/+11 | |
| | | ||||||
| * | test: remove bundled parsers in CI | Christian Clason | 2022-11-01 | 2 | -5/+5 | |
| | | | | | ensure that queries are tested against parser version in lockfile | |||||
| * | Disable folding at startup. | Jelle Haandrikman | 2022-11-01 | 1 | -0/+1 | |
| | | ||||||
| * | fix(configs): ensure_installed can be a string | Carlo Sala | 2022-10-31 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-31 | 1 | -2/+2 | |
| | | ||||||
| * | feat(emmy): add emmylua annotations | Lewis Russell | 2022-10-31 | 8 | -121/+257 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix(lockfile): remove typo entry | figsoda | 2022-10-30 | 1 | -3/+0 | |
| | | ||||||
| * | feat: conceal backslash escape | Folke Lemaitre | 2022-10-30 | 1 | -5/+4 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-30 | 1 | -2/+2 | |
| | | ||||||
| * | feat: markdown table highlights and inline | Folke Lemaitre | 2022-10-29 | 2 | -1/+12 | |
| | | ||||||
| * | Add regex injections for php (#3592) | gbprod | 2022-10-28 | 1 | -1/+7 | |
| | | ||||||
| * | Update README | Github Actions | 2022-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-28 | 1 | -1/+4 | |
| | | ||||||
| * | feat(git_rebase): add git_rebase parser | gbprod | 2022-10-28 | 4 | -0/+24 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-28 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-26 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-26 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ocaml): change query order for Variables | Robin Björklin | 2022-10-25 | 1 | -7/+7 | |
| | | | | | | | By moving the Variables query higher it gives the @variable capture group a lower precedence when highlighting. This makes it possible to distinguish between @function and @variable. | |||||
| * | highlights(python): add "except*" | Stephan Seitz | 2022-10-25 | 1 | -0/+1 | |
| | | | | | | | Added in https://github.com/tree-sitter/tree-sitter-python/pull/176 About the feature https://realpython.com/python311-exception-groups/#exception-groups-and-except-in-python-311 | |||||
| * | Update lockfile.json | GitHub | 2022-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update ecma injections to support recent additions to ↵ | NullVoxPopuli | 2022-10-24 | 1 | -0/+2 | |
| | | | | | tree-sitter-javascript/typescript | |||||
| * | Update lockfile.json | GitHub | 2022-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-24 | 1 | -2/+2 | |
| | | ||||||
| * | fix(bash): Rename ansii_c_string to ansi_c_string. (#3702) | ギャラ | 2022-10-23 | 2 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | nickel: use @boolean | José Luis Lafuente | 2022-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update README | Github Actions | 2022-10-20 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-20 | 1 | -6/+12 | |
| | | ||||||
| * | parsers: add nickel parser (#3506) | José Luis Lafuente | 2022-10-19 | 2 | -0/+69 | |
| | | | | | | | | | | | | | | | | | | * 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 | 4 | -0/+20 | |
| | | | | | This commit introduce diff parser. | |||||
