Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Deprecation of language-extension API #2

Open
julienvincent opened this issue Oct 13, 2024 · 1 comment
Open

Deprecation of language-extension API #2

julienvincent opened this issue Oct 13, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@julienvincent
Copy link

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 and scheme 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!

@ekaitz-zarraga
Copy link
Owner

hey!
Thanks for the ping! I'll deprecate the extension. Thanks a lot.

@ekaitz-zarraga ekaitz-zarraga pinned this issue Oct 13, 2024
@ekaitz-zarraga ekaitz-zarraga added the wontfix This will not be worked on label Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants