This commit is contained in:
horriblename 2026-04-16 00:48:54 +00:00
commit e03e89ffd1
16 changed files with 53 additions and 59903 deletions

View file

@ -644,6 +644,14 @@ image-nvim.</li>
<ul>
<li>Add razor support for <code>roslyn_ls</code> and <code>csharp_ls</code></li>
</ul>
<p><a href="https://github.com/mputz86">mputz86</a></p>
<ul>
<li>Add <code>vim.treesitter.indent.pattern</code> to specify file pattern(s) for which
treesitter indentation should be used</li>
<li>Add <code>vim.treesitter.indent.excludes</code> to exclude filetypes from the treesitter
indentation; e.g. useful for Haskell and PureScript, for which treesitter
indentation does not work good</li>
</ul>
<!-- vim: set textwidth=80: -->
<h1 id="sec-release-0-8">Release 0.8</h1>
<h2 id="breaking-changes">Breaking changes</h2>