diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 5ee9cb7a14..58c338b225 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -101,7 +101,8 @@ The following new APIs and features were added. • Implemented LSP inlay hints: |vim.lsp.inlay_hint()| https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint -• Bundled Markdown parser for treesitter highlighting and folding. +• Bundled treesitter parser and queries (highlight, folds) for Markdown, +Python, and Bash. ============================================================================== CHANGED FEATURES *news-changed* |