diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news-0.10.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/news-0.10.txt b/runtime/doc/news-0.10.txt index bc868c1099..a5ded1ca22 100644 --- a/runtime/doc/news-0.10.txt +++ b/runtime/doc/news-0.10.txt @@ -347,8 +347,8 @@ The following new features were added. |default-autocmds| • Treesitter: - • Bundled parsers and queries (highlight, folds) for Markdown, Python, and - Bash. + • Bundled parser and queries (highlight, folds) for Markdown (used for LSP + hover). • |:InspectTree| shows root nodes. • |:InspectTree| now supports |folding|. • |:InspectTree| shows node ranges in 0-based instead of 1-based indexing. |