diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-08-12 17:54:04 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-08-14 00:14:35 +0200 |
commit | fc0ee871de2f56dbb80879c912203a6372c54e1c (patch) | |
tree | eb944a971daffb45b996d9f9083bfa0b40b43a39 /runtime/doc | |
parent | 006152ff7aa6af65a90c1f52962447ffca848dee (diff) | |
download | rneovim-fc0ee871de2f56dbb80879c912203a6372c54e1c.tar.gz rneovim-fc0ee871de2f56dbb80879c912203a6372c54e1c.tar.bz2 rneovim-fc0ee871de2f56dbb80879c912203a6372c54e1c.zip |
fix(treesitter)!: remove deprecated legacy injection format
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index e9c493479c..2396f4f5a2 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -202,6 +202,8 @@ The following deprecated functions or APIs were removed. • Vimball support is removed. - :Vimuntar command removed. +• Support for legacy treesitter injection queries is removed. + ============================================================================== DEPRECATIONS *news-deprecations* |