Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Vale's format support extensible #769

Open
jdkato opened this issue Feb 15, 2024 · 2 comments
Open

Make Vale's format support extensible #769

jdkato opened this issue Feb 15, 2024 · 2 comments

Comments

@jdkato
Copy link
Member

jdkato commented Feb 15, 2024

See #688 (comment) for a related comment.

@XVilka
Copy link

XVilka commented Mar 15, 2024

One way to do that is to work with Tree-Sitter grammars the way NeoVim does—it will allow you to analyze comments in every language, depending on the syntax or so-called "injections".

@weaversam8
Copy link

+1 for tree-sitter- there are grammars for nearly every language and tree-sitter makes it easy to design your own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants