hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.4K
active users

Neovim

We aim at feature freeze for Nvim 0.9 at the end of March. We hope it will be worth the wait!

A lot of tree-sitter improvements getting in, largely thanks to core dev @lewis6991:

- Parsing of nested languages is now fully incremental
- Change format of injection queries to enable collab with projects like tree-sitter-highlight and helix
- support for folding via 'foldexpr' (ported from nvim-treesitter)
- Expose more of the upstream TS node API to lua plugins
- a lot of smaller robustness fixes

In addition:

- builtin TS parsing of :help documentation, enabling highlighting of nested vim script and lua code blocks, work spearheaded by Christian Clason
- Port of the "playground" from nvim-treesitter to `:InspectTree` the syntax tree of a file in real time by GPanders.

@neovim so it's "the Treesitter release" in a way? Cool!

@neovim Great work! How about using the #nvim or #neovim hash next time.