1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -15,6 +15,12 @@ Unreleased
Added
=====
- Recipes section in the manual
- Django HTML support (preliminary, will only pass through injected languages)
- WebGL Shading Language (WGSL) support
- Missing patterns for C++:
- `condition_clause`
@ -26,12 +32,22 @@ Added
- `loop_macro`
- Missing patterns for Cue:
- `dynamic`
- `index_expression`
- Missing patterns for Javascript:
- `array_pattern`
- `for_in_statement`
- `for_statement`
- Missing patterns for Rust:
- `bracketed_type`
- Missing patterns for Typescript:
- `enum_body`