From fc0ee871de2f56dbb80879c912203a6372c54e1c Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 12 Aug 2023 17:54:04 +0200 Subject: fix(treesitter)!: remove deprecated legacy injection format --- runtime/doc/news.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc') 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* -- cgit