diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-07-01 11:19:31 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-01 11:28:32 +0200 |
commit | 88c8803aa167806f32272e5f344af00b98a91f01 (patch) | |
tree | 115fe765897f6b2423a7628dbeb782b1e1e6e380 /runtime/doc | |
parent | 11844dde81c41bded54f2383b57f8eef406f2736 (diff) | |
download | rneovim-88c8803aa167806f32272e5f344af00b98a91f01.tar.gz rneovim-88c8803aa167806f32272e5f344af00b98a91f01.tar.bz2 rneovim-88c8803aa167806f32272e5f344af00b98a91f01.zip |
feat(treesitter): add python parser and queries
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 5ee9cb7a14..c76686dda1 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 and +Python. ============================================================================== CHANGED FEATURES *news-changed* |