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
{{ message }}
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
This is a notice that I've deprecated and removed the language-extension API from nvim-paredit. Nvim-paredit now uses a new treesitter query based design to understand the grammar.
Hi there,
This is a notice that I've deprecated and removed the language-extension API from nvim-paredit. Nvim-paredit now uses a new treesitter query based design to understand the grammar.
See https://github.com/julienvincent/nvim-paredit/releases/tag/v1.0.0
As part of this change I decided to incorporate the necessary queries for
fennel
andscheme
directly into nvim-paredit.See https://github.com/julienvincent/nvim-paredit/blob/master/queries/scheme/paredit/forms.scm for the scheme implementation. This file is effectively all thats needed to add scheme support in the new design.
I would suggest adding a deprecation notice to this plugin.
Please let me know if you find any issues with the new scheme implementation in nvim-paredit!
And lastly, thank you for maintaining this extension!
The text was updated successfully, but these errors were encountered: