aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-07-01 17:29:16 +0200
committerGitHub <noreply@github.com>2023-07-01 17:29:16 +0200
commitff8e3c6039d50bdbc5b19ac468b77567cb79d04a (patch)
treee102bb18e9cc81c624d06f450a6278edc595e965 /runtime/doc
parenta741c7fd0465c949a0016fcbee5f4526b65f8c02 (diff)
parentcb0a1a10b22463664b4aecd3aa25e262692c0cab (diff)
downloadrneovim-ff8e3c6039d50bdbc5b19ac468b77567cb79d04a.tar.gz
rneovim-ff8e3c6039d50bdbc5b19ac468b77567cb79d04a.tar.bz2
rneovim-ff8e3c6039d50bdbc5b19ac468b77567cb79d04a.zip
Merge pull request #24219 from clason/ts-hoon
feat(treesitter): add python, bash parser and queries
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt3
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*