-
Notifications
You must be signed in to change notification settings - Fork 147
Add support for Elixir #134
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
Comments
I believe no additional syntaxes will be added to the default syntect syntaxes set, ask whichever tool that is using syntect to add it to their syntaxes |
I'm open to adding a set of bonus syntaxes at some point as a Cargo feature, especially if someone PR'd it. |
Is this still the case that no new languages will be added to the default set? |
See #168. The status is that I'm not going to do it, but if someone contributes a cargo feature which optionally bundles an extended set of syntaxes I'll accept it, especially if it's based on one of the existing curated syntax sets from bat, Zola or sourcegraph. |
Since we will not add this syntax on its own so to speak, let's close this issue and use #168 for tracking and discussion on adding additional syntaxes. |
Syntect is great!
But it lacks support for Elixir. I found an official TextMate bundle for elixir(https://github.com/elixir-editors/elixir-tmbundle), which may be helpful.
The text was updated successfully, but these errors were encountered: