| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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-01-31 | Add indents queries for ledger | Cédric Barreteau | |
| 2021-01-31 | Add ledger parser, folds and highlights queries | Cédric Barreteau | |
| 2021-01-30 | folds(teal): remove record_declaration from folds | Stephan Seitz | |
| See: https://github.com/euclidianAce/tree-sitter-teal/commit/c647346911eb6c18c64b5cecc4c4ffa3ebccfe0b | |||
| 2021-01-29 | highlights(cpp): fix constructor call highlighting | Stephan Seitz | |
| Address #883 | |||
| 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 | C: add goto to locals | Santos Gallegos | |
| 2021-01-21 | fix: added missing enum indent for typescript | elianiva | |
| 2021-01-21 | Ruby highlights: symbol -> simple_symbol, hash_key_symbol, delimited_symbol | Stephan Seitz | |
| Account for https://github.com/tree-sitter/tree-sitter-ruby/pull/152 | |||
| 2021-01-20 | Use function keyword highlight group for Rust's fn | Cédric Barreteau | |
| 2021-01-20 | fix: js indent for object inside arguments | elianiva | |
| 2021-01-20 | lua: Add more indent nodes | Lewis Russell | |
| 2021-01-20 | fix: dedent golang case keyword | elianiva | |
| 2021-01-15 | feat: add missing golang indent queries | elianiva | |
| 2021-01-14 | feat: added more indent queries | elianiva | |
| 2021-01-14 | indent: add Python @ignore queries | Jędrzej Boczar | |
| 2021-01-14 | indent: add Python @return queries | Jędrzej Boczar | |
| 2021-01-12 | added query enhancements | Brian Shu | |
| added toml added alternation | |||
| 2021-01-08 | C++ highlights: Fix destructor highlighting | Stephan Seitz | |
| Field is not "name" | |||
| 2021-01-07 | feat(js): add regex injections (#834) | Steven Sojka | |
| 2021-01-07 | Python highlights: update definition of decorator | Stephan Seitz | |
| 2021-01-07 | Python locals: Add new node with_clause | Stephan Seitz | |
| 2021-01-07 | started branch | Brian Shu | |
| 2021-01-06 | fix(c highlights): add missing operators | Thomas Vigouroux | |
| 2021-01-06 | Remove usages of `@embedded` in highlights | Stephan Seitz | |
| 2021-01-05 | html highlights: add "<!" to tag.delimiters | Stephan Seitz | |
| 2021-01-05 | Add turtle | BonaBeavis | |
| 2021-01-05 | Update teal syntax for 0.10 | Corey Williamson | |
| 2021-01-04 | indent fixes | kiyan42 | |
| 2021-01-04 | Query: add string.escape | Santos Gallegos | |
| Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5 | |||
| 2021-01-04 | feat: added more fold queries | elianiva | |
| 2021-01-04 | Rust: highlight brackets | Santos Gallegos | |
| 2021-01-03 | Python highlights: Add regex injections: re.match(r"...") | Stephan Seitz | |
| 2021-01-03 | Regex highlights: Add constant highlight for class_character | Stephan Seitz | |
| 2021-01-03 | Regex highlights: no escape highlighting for escaped special characters | Stephan Seitz | |
| 2021-01-03 | Regex highlighting: add "?" operator | Stephan Seitz | |
| 2021-01-03 | Julia highlights: Add markdown injection for docstrings | Stephan Seitz | |
| 2021-01-03 | Add Julia highlights (coauthor: @mroavi) | Stephan Seitz | |
| 2021-01-02 | RST: update injection queries | Santos Gallegos | |
| Finally, highlight for code blocks | |||
