diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-03-31 17:09:00 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-04-01 15:07:16 +0200 |
| commit | d7f7450017b9b05303698a6cda54303ef22c63b3 (patch) | |
| tree | e6b48fffc27a65f3cb4389741926933e4dec81d3 /runtime/doc | |
| parent | 2a298f2e48eb081f2e3b58068af589b82fe76a18 (diff) | |
| download | rneovim-d7f7450017b9b05303698a6cda54303ef22c63b3.tar.gz rneovim-d7f7450017b9b05303698a6cda54303ef22c63b3.tar.bz2 rneovim-d7f7450017b9b05303698a6cda54303ef22c63b3.zip | |
refactor(treesitter)!: rename help parser to vimdoc
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 401719b432..671bdee31b 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -62,6 +62,10 @@ The following changes may require adaptations in user config or plugins. • |nvim_exec()| is now deprecated in favor of |nvim_exec2()|. +• `help` treesitter parser was renamed to `vimdoc`. The only user-visible + change is that language-specific highlight groups need to be renamed from + `@foo.help` to `@foo.vimdoc`. + ============================================================================== NEW FEATURES *news-features* |