aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-09 15:26:48 +0200
committerGitHub <noreply@github.com>2024-07-09 15:26:48 +0200
commit51d85f7ea58bd715cec1fdfa8d19826cafe7185d (patch)
tree2fb27e61fe757ecfcb0c73855a1d103f6384af97 /runtime/doc
parent487f44a6c14f83a4f80a4d03a4a8c16ad690927a (diff)
downloadrneovim-51d85f7ea58bd715cec1fdfa8d19826cafe7185d.tar.gz
rneovim-51d85f7ea58bd715cec1fdfa8d19826cafe7185d.tar.bz2
rneovim-51d85f7ea58bd715cec1fdfa8d19826cafe7185d.zip
build(deps): drop unused bundled bash, python parsers and queries
Problem: Neovim bundles treesitter parsers for bash and python but does not use them by default. This dilutes the messaging about the bundled parsers being required for functionality or reasonable out-of-the-box experience. It also increases the risk of query incompatibilities for no gain. Solution: Stop bundling bash and python parser and queries.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news-0.10.txt4
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.