1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -9,6 +9,51 @@ is based on `Keep a Changelog`_ and this project adheres to `Semantic
Versioning`_.
Unreleased
##########
Added
=====
- SQL: `parenthesized_expression` pattern
Fixed
=====
- Go query: upstream query change, use `var_spec_list` instead of
`var_declaration`
- C++ query: missing `@container` capture in one pattern
- C++ query: duplicate pattern for `initializer_list`
- Common Lisp query: duplicate extmarks on some delimiters
- Luadoc query: Remove broken pattern for dictionary key type
- Ruby query: duplicate extmarks on some delimiters
- Rust query: duplicate pattern for `closure_parameters`
- SQL query: Remove broken patterns
- Zig query: duplicate extmarks on some delimiters, renamed nodes in updated
parser
- Make a better effort to make parentheses in Vim script expressions work (there
is only so much that can be done though)
[0.6.1] - 2024-08-11
####################
Fixed
=====
- Health check is not aware of new `condition` configuration option
[0.6.0] - 2024-08-07
####################
Added
=====
- New option `condition`: allows users to dynamically enable or disable rainbow
delimiters for a buffer.
[0.5.0] - 2024-07-29
####################