| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | Use eq? | Santos Gallegos | |
| 2021-02-11 | HTML: improve highlights & injections | Santos Gallegos | |
| 2021-02-11 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-02-11 | Query: add folds | Santos Gallegos | |
| 2021-02-10 | C/CPP: add injections for macros | Santos Gallegos | |
| 2021-02-10 | YAML: add locals | Santos Gallegos | |
| This is so incremental selection works | |||
| 2021-02-10 | Cleanup | Mads Kjeldgaard | |
| 2021-02-10 | Cleanup | Mads Kjeldgaard | |
| 2021-02-10 | Update queries/supercollider/locals.scm | mads kjeldgaard | |
| Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | |||
| 2021-02-10 | Update queries/supercollider/highlights.scm | mads kjeldgaard | |
| Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | |||
| 2021-02-10 | Keyword | Mads Kjeldgaard | |
| 2021-02-10 | remove @escape | Mads Kjeldgaard | |
| 2021-02-10 | Remove second addition of supercollider | Mads Kjeldgaard | |
| 2021-02-10 | Add supercollider support | Mads Kjeldgaard | |
| 2021-02-10 | Add supercollider parser to list of parsers | Mads Kjeldgaard | |
| 2021-02-10 | Add devicetree parser with queries (#900) | Jędrzej Boczar | |
| * 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> | |||
| 2021-02-10 | Lua: highlight fields | Santos Gallegos | |
| 2021-02-08 | fix: rust use_list + tuple_expression indent | elianiva | |
| 2021-02-07 | Update lockfile.json | GitHub | |
| 2021-02-07 | Yaml: fix folds | Santos Gallegos | |
| Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/887 (block_node) includes more nodes to fold, test with: ```yaml days: Monday: - test: example Tuesday: - test: example Wednesday: - test: example - test: example Thursday: - test: example Friday: - test: example - foo: | One Two Three ``` | |||
| 2021-02-07 | Query: add regex injections | Santos Gallegos | |
| 2021-02-07 | Lua: improve scope queries | Santos Gallegos | |
| - Set scope to parent - Group all scopes - Use the . operator | |||
| 2021-02-07 | HTML: add folds queries | Santos Gallegos | |
| 2021-02-05 | Update lockfile.json | GitHub | |
| 2021-02-05 | Python: inject rst in docstrings (#917) | Santos Gallegos | |
| Since hasn't been much discussion around https://github.com/nvim-treesitter/nvim-treesitter/issues/806. I'm just porting the injection queries. I've been using this for a while now. Things I've noticed: - Due that rst uses indentation for its syntax, everything is treated as an block quote (but it looks good). This can be solved by having a predicate like `#dedent!`. - Looks like there is a bug in how the injected content is extracted ``` def foo(): """Foo bar""" ``` That would be parsed as a section title for some reason, but it's a paragraph. In rst it would be a title if the content was: ``` """ Foo bar """ ``` If the content is ``` """Foo bar""" ``` That's just a paragraph. I'll try to debug that from the neovim side next week or so. | |||
| 2021-02-04 | Update lockfile.json and `amount` query for ledger | Cédric Barreteau | |
| `amount_expr` was renamed to `amount` in 52101ac32e890ac224e51cb005182bbe45c0250d. | |||
| 2021-02-04 | fixed #630 | yzia2000 | |
| 2021-02-04 | Query: set commenstring | Santos Gallegos | |
| 2021-02-01 | Update documentation for `Enable/Disable` commands. | echasnovski | |
| 2021-02-01 | Implement `TSToggleAll`. | echasnovski | |
| 2021-02-01 | Implement `TSBufToggle`. | echasnovski | |
| 2021-02-01 | Update lockfile.json | GitHub | |
| 2021-02-01 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-02-01 | parsers: change repo link of Elm parser to the new official repo | Stephan Seitz | |
| Follow https://github.com/tree-sitter/tree-sitter/pull/907 and change the link of the Elm parser to the elm-tooling namespace. | |||
| 2021-01-31 | Issue template: use details for nvim --version output | Santos Gallegos | |
| 2021-01-31 | Add indents queries for ledger | Cédric Barreteau | |
| 2021-01-31 | Update lockfile.json | GitHub | |
| 2021-01-31 | Add ledger parser, folds and highlights queries | Cédric Barreteau | |
| 2021-01-30 | Update lockfile.json | GitHub | |
| 2021-01-30 | folds(teal): remove record_declaration from folds | Stephan Seitz | |
| See: https://github.com/euclidianAce/tree-sitter-teal/commit/c647346911eb6c18c64b5cecc4c4ffa3ebccfe0b | |||
| 2021-01-30 | Update lockfile.json | GitHub | |
| 2021-01-29 | highlights(cpp): fix constructor call highlighting | Stephan Seitz | |
| Address #883 | |||
| 2021-01-28 | docs: update README | Kevin Anantha | |
| - change config to configs | |||
| 2021-01-28 | feat(query): add cache for get_query (#879) | oberblastmeister | |
| * 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> | |||
| 2021-01-27 | fix(lua): correctly handle do_statement in locals | Thomas Vigouroux | |
| 2021-01-27 | fix(lua): correctly highlight do_statement | Thomas Vigouroux | |
| 2021-01-26 | feat(javascript): move shorthand prop to property | Steven Sojka | |
| 2021-01-25 | Highlight ruby symbols as @property | Jeffrey Chupp | |
| Distinguish from @constant. Closes #874 | |||
| 2021-01-22 | Update lockfile.json | GitHub | |
| 2021-01-22 | C: add goto to locals | Santos Gallegos | |
