diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-09 15:26:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 15:26:48 +0200 |
commit | 51d85f7ea58bd715cec1fdfa8d19826cafe7185d (patch) | |
tree | 2fb27e61fe757ecfcb0c73855a1d103f6384af97 /runtime/queries/bash/folds.scm | |
parent | 487f44a6c14f83a4f80a4d03a4a8c16ad690927a (diff) | |
download | rneovim-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/queries/bash/folds.scm')
-rw-r--r-- | runtime/queries/bash/folds.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/queries/bash/folds.scm b/runtime/queries/bash/folds.scm deleted file mode 100644 index 766dbe598b..0000000000 --- a/runtime/queries/bash/folds.scm +++ /dev/null @@ -1,9 +0,0 @@ -[ - (function_definition) - (if_statement) - (case_statement) - (for_statement) - (while_statement) - (c_style_for_statement) - (heredoc_redirect) -] @fold |