You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⇅ [Show all commits][gh-compare-tag-v0.16.0_v0.17.0]
14
+
15
+
## Features
16
+
17
+
### Syntax
18
+
19
+
<details>
20
+
<summary><strong>Support for <ahref="https://github.com/nvim-treesitter/nvim-treesitter"target="_blank"rel="noreferrer"><code>nvim-treesitter/nvim-treesitter</code></a></strong> — #235 ⇄ #253 (⊶ b3e712a9) by <ahref="https://github.com/s-u-d-o-e-r"target="_blank"rel="noreferrer">@s-u-d-o-e-r</a> and <ahref="https://github.com/mrswats"target="_blank"rel="noreferrer">@mrswats</a></summary>
21
+
22
+
↠ Neovim [version 0.5][neovim/neovim-v0.5.0] is a long-time awaited update that introduces features like support for [tree-sitter][tree-sitter/tree-sitter] via [nvim-treesitter][nvim-treesitter/nvim-treesitter] and [LSP][neovim-docs-lsp] via [nvim-lspconfig][neovim/nvim-lspconfig].
23
+
Even though Neovim divides more and more from Vim through specific features like first-class Lua support with custom APIs, the highlighting for tree-sitter is achieved through “normal“ syntax highlighting groups. Most of the groups are already [linked by the `nvim-treesitter` plugin by default][nvim-treesitter/nvim-treesitter-blob-90f15d9] so only a few groups have been adjusted for now to fit the Nord style.
24
+
25
+
⚠️ Note that this is the first iteration and **it is very likely that there will be inconsistencies compared to the current highlighting when using “normal“ Vim plugins per language**. Please **report any problem** you find so that the support for tree-sitter can be improved continuously!
0 commit comments