| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-16 | Merge branch 'nvim-treesitter:master' into masterHEADmaster | mvink | |
| 2022-11-16 | feat: add awk | ObserverOfTime | |
| 2022-11-16 | rego: update parser and queries (#3805) | FallenAngel97 | |
| Co-authored-by: Oleksii Demennikov <odemennikov@lohika.com> | |||
| 2022-11-13 | feat: vhs (.tape) support (#3726) | Carlos Alexandro Becker | |
| 2022-11-12 | julia: update queries to parser change | Christian Clason | |
| 2022-11-06 | rust: use @type.qualifier and @storageclass | Trard | |
| 2022-11-06 | highlights(rust): pub(self/super/crate), use super::thing, etc | Cormac Relf | |
| 2022-11-06 | highlights(rust): ["<" ">"] @punctuation.bracket in bracketed_type, ↵ | Cormac Relf | |
| for_lifetimes | |||
| 2022-11-06 | highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs) | Cormac Relf | |
| 2022-11-06 | highlights(rust): highlight Type in Type::Associated as @type instead of ↵ | Cormac Relf | |
| @namespace | |||
| 2022-11-06 | highlights(rust): panic!() and assert!() as @exception | Cormac Relf | |
| 2022-11-06 | fix: update scheme queries to parser change | Christian Clason | |
| 2022-11-06 | fix: update julia queries to parser change | Christian Clason | |
| 2022-11-05 | feat(ql): add folding queries | Alvaro Muñoz | |
| 2022-11-05 | fix(rust): update queries to breaking changes | Christian Clason | |
| * `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`) | |||
| 2022-11-02 | refactor julia locals | Sergio Alejandro Vargas | |
| 2022-11-02 | refactor(highlights/julia): Update definitions | Sergio Alejandro Vargas | |
| 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 | |||
| 2022-11-01 | lua: update queries | Christian Clason | |
| 2022-11-01 | help: update queries | Christian Clason | |
| 2022-10-30 | fix(python): remove except* | Mike Vink | |
| query that only works in python3.11 parser | |||
| 2022-10-30 | feat: conceal backslash escape | Folke Lemaitre | |
| 2022-10-29 | feat: markdown table highlights and inline | Folke Lemaitre | |
| 2022-10-28 | Add regex injections for php (#3592) | gbprod | |
| 2022-10-28 | feat(git_rebase): add git_rebase parser | gbprod | |
| 2022-10-25 | fix(ocaml): change query order for Variables | Robin Björklin | |
| 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. | |||
| 2022-10-25 | highlights(python): add "except*" | Stephan Seitz | |
| 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 | |||
| 2022-10-24 | Update ecma injections to support recent additions to ↵ | NullVoxPopuli | |
| tree-sitter-javascript/typescript | |||
| 2022-10-23 | fix(bash): Rename ansii_c_string to ansi_c_string. (#3702) | ギャラ | |
| 2022-10-20 | nickel: use @boolean | José Luis Lafuente | |
| 2022-10-19 | parsers: add nickel parser (#3506) | José Luis Lafuente | |
| * 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> | |||
| 2022-10-19 | feat(diff): add diff parser | gbprod | |
| This commit introduce diff parser. | |||
| 2022-10-17 | highlights(ecma): add pair_pattern punctuation.delimiter | Munif Tanjim | |
| 2022-10-17 | locals(lua): fix directive not applying | beardedsakimonkey | |
| fixes #3280 | |||
| 2022-10-16 | folds(yaml): Fold at the entire node, not at the body. | Jongwook Choi | |
| 2022-10-15 | highlights: use @preproc where appropriate | ObserverOfTime | |
| 2022-10-15 | test(gitattributes): add tests for highlights | ObserverOfTime | |
| 2022-10-15 | highlights(c): highlight standard streams | ObserverOfTime | |
| 2022-10-15 | highlights(rst): disable spell for code blocks | ObserverOfTime | |
| injections(rst): add sourcecode directive | |||
| 2022-10-15 | highlights(dockerfile): add several highlights | ObserverOfTime | |
| 2022-10-15 | highlights(bash): add all signal names | ObserverOfTime | |
| 2022-10-15 | highlights(kotlin): add companion keyword | ObserverOfTime | |
| 2022-10-15 | highlights(scss): add function statement | ObserverOfTime | |
| 2022-10-15 | highlights(typescript): add override keyword | ObserverOfTime | |
| 2022-10-15 | highlights(vim): add some more keywords | ObserverOfTime | |
| 2022-10-15 | highlights(r): add spell | Maximilian Muecke | |
| 2022-10-15 | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | |
| Fixes #3641 | |||
| 2022-10-15 | feat(viml): update queries | Christian Clason | |
| 2022-10-12 | feat(php): add queries for bash injections | gbprod | |
| This commit allows to inject bash syntax into relevant function arguments and shell expression. | |||
| 2022-10-12 | feat(php): improve php folds | gbprod | |
| 2022-10-12 | fix(julia): remove highlight query for constants | Fredrik Ekre | |
| This patch removes the highlight query for constant identifiers based on capitalization. This led to inconsistent highlighting since e.g. `AA` would be a regular identifier, but `AAA` a constant. It is indeed true that some constants are uppercase only identifiers, but there are also constants which doesn't follow this pattern. Since there are no rules about this it seems better to not try to guess. | |||
