| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-11 | Add Operators for Ruby | Cameron | |
| Many operators were missing from ruby, so, I added them. Additionally, with string interpolation (`"#{xxx}"`), the closing `}` was being matched to `punctuation.bracket` instead of `punctuation.special`, so I fixed that too. I didn't see any further details about how to contribute, so if I've overlooked anything, I'll be happy to add it. | |||
| 2021-11-11 | fix(vue.indents): add support for template_element | Cyril Mizzi | |
| 2021-11-11 | fix: define indents.scm for html_tags and inherits html and vue from this file | Cyril Mizzi | |
| 2021-11-11 | feat(vue): add indents.scm file | Cyril Mizzi | |
| There's no indentation file for Vue. This implementation is based on the HTML indentation file with a minor support for the `template_element` tag. As JS is bind with the JS Tree-sitter, the indentation is already fine. | |||
| 2021-11-04 | fix(teal): highlighting for types | Lewis Russell | |
| 2021-11-02 | chore: fix typos | Dundar Göc | |
| 2021-11-02 | feat(svelte): inject JS on `each` expression (#1969) | elianiva | |
| 2021-11-01 | Update queries/python/highlights.scm | Santos Gallegos | |
| 2021-11-01 | Revert "feat: add `del` keyword for highlights" | Santos Gallegos | |
| This reverts commit 385193d41fe6b74fe0e3698588ae54545d1cd88b. | |||
| 2021-11-01 | feat: add `del` keyword for highlights | Ashish Panigrahi | |
| 2021-10-31 | D: fix duplicate `@namespace` capture | Santos Gallegos | |
| The previous query was highlighting everything inside that node, but we only want to highlight the identifiers. Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1930/files#r735105675 | |||
| 2021-10-30 | Rust: highlight uppercase identifiers in match arms as constant (#1940) | Santos Gallegos | |
| * Rust: highlight uppercase identifiers in match arms as constant Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1928 * Highlight builtins | |||
| 2021-10-26 | yaml: improve highlights and locals (#946) | Santos Gallegos | |
| - More scopes - Highlight strings as strings - Recognize more keys/fields Improvements can be seen with this weird yaml: ```yaml { foo: bar } --- {a: [b, c], [d, e]: f} --- - { single line, a: b} - { multi line, a: b} --- "fooo": bar 'foo': bar one: two ``` | |||
| 2021-10-22 | Elixir: fix a few highlights, add ExUnit support to locals (#1933) | Clay | |
| * Fix "not in" and sigil highlights * Add ExUnit test case to locals * Update README to mention new Elixir parser | |||
| 2021-10-22 | Update parsers with C# fixes (#1910) | Stephan Seitz | |
| * highlights(c_sharp): fix queries for parser update * Update c_sharp parser * Fix generic method | |||
| 2021-10-22 | Python: highlight interpolation escaped chars | Santos Gallegos | |
| Support for these was just added in the grammar. | |||
| 2021-10-21 | Highlight zig add missing AssignOp | maxxnino | |
| 2021-10-20 | fix(d): don't use string_literals | Cezary Drożak | |
| string_literals is not used in single argument template instances. The nodes are from [1]. [1]: https://github.com/CyberShadow/tree-sitter-d/blob/c2fbf21bd3aa45495fe13247e040ad5815250032/grammar.js#L536 | |||
| 2021-10-20 | highlights(cpp): highlight literal_suffix as `@operator` | Stephan Seitz | |
| 2021-10-15 | HTML: highlight text nodes as text | Santos Gallegos | |
| 2021-10-13 | Highlight and,or,not,in as @keyword.operator | Connor Lay (Clay) | |
| 2021-10-13 | Fix documentation highlights, formatting | Connor Lay (Clay) | |
| 2021-10-13 | Locals matching "when" operator, add pipe queries | Connor Lay (Clay) | |
| 2021-10-13 | Increase Elixir locals pattern match depth to 20 nodes | Connor Lay (Clay) | |
| This requires an update to `ts_query_cursor_set_match_limit` to function properly. The current limit is 32 per this PR https://github.com/neovim/neovim/pull/14915, increasing this value to 128 appears to work, but more testing will be necessary. Exposing this limit as a neovim option is worth exploring as a separate unit of work. | |||
| 2021-10-13 | Update locals with support for deep pattern matches | Connor Lay (Clay) | |
| 2021-10-13 | Update indents & fix catch highlights | Connor Lay (Clay) | |
| 2021-10-13 | Update injections & highlights, add folds | Connor Lay (Clay) | |
| 2021-10-13 | Update injections for new elixir-lang parser | Connor Lay (Clay) | |
| 2021-10-13 | Update highlights for new elixir-lang parser | Connor Lay (Clay) | |
| 2021-10-07 | Add scala maintainer | Stevan Milic | |
| Add fold for scala val definition to support type class entries | |||
| 2021-10-07 | parsers: add D parser | Cezary Drożak | |
| 2021-10-07 | Updated TLA+ grammar version and queries | Andrew Helwer | |
| 2021-10-04 | Update toml highlight queries | oxalica | |
| 2021-10-03 | Query fix | Benjamin Graham | |
| 2021-10-03 | Highlighting fixed | Benjamin Graham | |
| 2021-10-03 | LLVM parser/highlighter added | Benjamin Graham | |
| 2021-10-03 | fix: remove priority in ecma template substitution hl | kiyan | |
| This PR removes the priority override for the interpolation because it overrides every ecma based template literal, setting none with a higher priority than ecma groups which made every template string look `un`highlighted. | |||
| 2021-10-02 | Add headers as an option to fold on (#1873) | Stephen Bolton | |
| * Add headers as an option to fold on treesitter-beancount added grammar rules around orgmode and markdown headers so that they are recognized in beancount documents. This change makes it so that they will be taken into consideration when folding text. Commit: https://github.com/polarmutex/tree-sitter-beancount/commit/79ae7c1f2654a2a6936b0f37bf754e5ff59c9186 * Fix node name for headers The correct name for the header nodes is heading. | |||
| 2021-10-01 | Rust: highlight loop labels | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891 | |||
| 2021-10-01 | Rust: fix some highlights | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1856 | |||
| 2021-10-01 | highlight `description` as a comment | Vikas Raj | |
| 2021-10-01 | fix(vim): support syntax command and update parser | Thomas Vigouroux | |
| 2021-09-30 | Fix #1853 | igorlfs | |
| 2021-09-30 | feat(fennel): update parser and queries | Otto Modinos | |
| 2021-09-30 | Vim: highlight setlocal (#1877) | Santos Gallegos | |
| This was just added some days ago. | |||
| 2021-09-27 | Vim: update highlights and injections | Santos Gallegos | |
| 2021-09-27 | cpp: highlight template method identifier as a method | John Drouhard | |
| 2021-09-26 | highlights(rust): Add colon `:` to delimiters | Sergio Alejandro Vargas | |
| 2021-09-26 | highlights(rust): fix bang `!` in macro_invocation | Sergio Alejandro Vargas | |
| 2021-09-26 | highlights(rust): Fix angle brackets, and closures | Sergio Alejandro Vargas | |
| Highlight angle brackets in type parameters and bars in closures bars as `@punctuation.bracket` not as `@operator`. | |||
