aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-07-01 11:22:19 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-07-01 11:28:32 +0200
commitcb0a1a10b22463664b4aecd3aa25e262692c0cab (patch)
tree4618e480fadbad31b1715cada12b8e56d29b8520 /runtime/doc
parent88c8803aa167806f32272e5f344af00b98a91f01 (diff)
downloadrneovim-cb0a1a10b22463664b4aecd3aa25e262692c0cab.tar.gz
rneovim-cb0a1a10b22463664b4aecd3aa25e262692c0cab.tar.bz2
rneovim-cb0a1a10b22463664b4aecd3aa25e262692c0cab.zip
feat(treesitter): add bash parser and queries
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index c76686dda1..58c338b225 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -101,8 +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 treesitter parser and queries (highlight, folds) for Markdown and
-Python.
+• Bundled treesitter parser and queries (highlight, folds) for Markdown,
+Python, and Bash.
==============================================================================
CHANGED FEATURES *news-changed*