| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | yaml: improve highlights and locals (#946) | Santos Gallegos | 2021-10-26 | 2 | -14/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 ``` | ||||
| * | Update lockfile.json | GitHub | 2021-10-23 | 1 | -2/+2 |
| | | |||||
| * | Use wrapper around vim.notify with common options | Santos Gallegos | 2021-10-22 | 3 | -3/+9 |
| | | | | | Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1927#issuecomment-947064843 | ||||
| * | Elixir: fix a few highlights, add ExUnit support to locals (#1933) | Clay | 2021-10-22 | 2 | -13/+37 |
| | | | | | | | | * Fix "not in" and sigil highlights * Add ExUnit test case to locals * Update README to mention new Elixir parser | ||||
| * | Update parsers with C# fixes (#1910) | Stephan Seitz | 2021-10-22 | 2 | -6/+7 |
| | | | | | | | | * highlights(c_sharp): fix queries for parser update * Update c_sharp parser * Fix generic method | ||||
| * | Python: highlight interpolation escaped chars | Santos Gallegos | 2021-10-22 | 1 | -1/+5 |
| | | | | | Support for these was just added in the grammar. | ||||
| * | Update lockfile.json | GitHub | 2021-10-21 | 1 | -19/+25 |
| | | |||||
| * | Add zig as compiler for parser | maxxnino | 2021-10-21 | 2 | -1/+12 |
| | | |||||
| * | Highlight zig add missing AssignOp | maxxnino | 2021-10-21 | 1 | -1/+1 |
| | | |||||
| * | [docgen] Update README.md | Github Actions | 2021-10-21 | 1 | -3/+4 |
| | | | | | skip-checks: true | ||||
| * | ci: use nvim v0.5.1 on CI | Stephan Seitz | 2021-10-21 | 6 | -16/+22 |
| | | |||||
| * | ci: upload artifacts before check | Stephan Seitz | 2021-10-21 | 1 | -5/+5 |
| | | | | | This could provide better possibilities to investigate a failed CI. | ||||
| * | fix(d): don't use string_literals | Cezary Drożak | 2021-10-20 | 1 | -4/+8 |
| | | | | | | | | 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 | ||||
| * | [docgen] Update README.md | Github Actions | 2021-10-20 | 1 | -0/+1 |
| | | | | | skip-checks: true | ||||
| * | highlights(cpp): highlight literal_suffix as `@operator` | Stephan Seitz | 2021-10-20 | 1 | -0/+2 |
| | | |||||
| * | Use vim.notify instead of print in some places (#1927) | Santos Gallegos | 2021-10-19 | 1 | -2/+2 |
| | | |||||
| * | HTML: highlight text nodes as text | Santos Gallegos | 2021-10-15 | 1 | -1/+1 |
| | | |||||
| * | Highlight and,or,not,in as @keyword.operator | Connor Lay (Clay) | 2021-10-13 | 1 | -4/+8 |
| | | |||||
| * | Fix documentation highlights, formatting | Connor Lay (Clay) | 2021-10-13 | 1 | -45/+35 |
| | | |||||
| * | Locals matching "when" operator, add pipe queries | Connor Lay (Clay) | 2021-10-13 | 2 | -62/+95 |
| | | |||||
| * | Increase Elixir locals pattern match depth to 20 nodes | Connor Lay (Clay) | 2021-10-13 | 1 | -3/+39 |
| | | | | | | | | | | | 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. | ||||
| * | Update locals with support for deep pattern matches | Connor Lay (Clay) | 2021-10-13 | 2 | -75/+66 |
| | | |||||
| * | Update indents & fix catch highlights | Connor Lay (Clay) | 2021-10-13 | 2 | -14/+5 |
| | | |||||
| * | Update injections & highlights, add folds | Connor Lay (Clay) | 2021-10-13 | 3 | -123/+154 |
| | | |||||
| * | Update injections for new elixir-lang parser | Connor Lay (Clay) | 2021-10-13 | 1 | -18/+12 |
| | | |||||
| * | Update highlights for new elixir-lang parser | Connor Lay (Clay) | 2021-10-13 | 1 | -95/+140 |
| | | |||||
| * | Switch to official elixir-lang parser | Connor Lay (Clay) | 2021-10-13 | 2 | -6/+3 |
| | | |||||
| * | feat(healthcheck): support native lua healthchecks, and fixes | Javier López | 2021-10-11 | 3 | -9/+12 |
| | | | | | | | | | | | After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions. | ||||
| * | Add scala maintainer | Stevan Milic | 2021-10-07 | 2 | -0/+2 |
| | | | | | Add fold for scala val definition to support type class entries | ||||
| * | parsers: add D parser | Cezary Drożak | 2021-10-07 | 5 | -0/+300 |
| | | |||||
| * | feat: add "experimental" key to parsers | Cezary Drożak | 2021-10-07 | 4 | -1/+56 |
| | | | | | feat(ci): mark parsers as experimental in README | ||||
| * | Updated TLA+ grammar version and queries | Andrew Helwer | 2021-10-07 | 2 | -2/+6 |
| | | |||||
| * | Update toml highlight queries | oxalica | 2021-10-04 | 1 | -5/+28 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-10-03 | 1 | -0/+3 |
| | | |||||
| * | Query fix | Benjamin Graham | 2021-10-03 | 1 | -3/+3 |
| | | |||||
| * | Highlighting fixed | Benjamin Graham | 2021-10-03 | 1 | -2/+4 |
| | | |||||
| * | Added branch specification | Benjamin Graham | 2021-10-03 | 1 | -0/+1 |
| | | |||||
| * | LLVM parser/highlighter added | Benjamin Graham | 2021-10-03 | 2 | -0/+20 |
| | | |||||
| * | Update lockfile.json | GitHub | 2021-10-03 | 1 | -2/+2 |
| | | |||||
| * | chore: use vim.ui.select for TSEditQuery if available | Stephan Seitz | 2021-10-03 | 1 | -19/+36 |
| | | |||||
| * | chore: print compiler version in healthcheck | Stephan Seitz | 2021-10-03 | 1 | -1/+8 |
| | | |||||
| * | graphql: add `commentstring` | Vikas Raj | 2021-10-03 | 1 | -0/+1 |
| | | |||||
| * | fix: remove priority in ecma template substitution hl | kiyan | 2021-10-03 | 1 | -9/+9 |
| | | | | | | | | 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. | ||||
| * | Add headers as an option to fold on (#1873) | Stephen Bolton | 2021-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * 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. | ||||
| * | Rust: highlight loop labels | Santos Gallegos | 2021-10-01 | 1 | -0/+1 |
| | | | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891 | ||||
| * | Update README.md | Stephan Seitz | 2021-10-01 | 1 | -1/+1 |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | ||||
| * | docs(install): explain how to use a proxy for download | Stephan Seitz | 2021-10-01 | 1 | -0/+22 |
| | | |||||
| * | feat(install): add options `prefer_git` and `command_extra_args` | Stephan Seitz | 2021-10-01 | 2 | -5/+15 |
| | | | | | Fixes #1888 | ||||
| * | Rust: fix some highlights | Santos Gallegos | 2021-10-01 | 1 | -3/+6 |
| | | | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1856 | ||||
| * | highlight `description` as a comment | Vikas Raj | 2021-10-01 | 1 | -1/+2 |
| | | |||||
