-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Collection of Syntaxes Available #56
Comments
Thank you for the feedback! Unfortunately, we will have to take performance considerations into account when adding lots of new syntax definitions, because (at least right now) the whole Every user will still have the possibility to customize/extend his own syntax set, but I'm not sure we should "blindly" add all the syntax files we can get. When having to choose, I would probably go by popularity of the language (or the corresponding Sublime Text package). Are there any languages from your list that you think should definitely be included? |
TOML is a must-have, but I see in #37 you already added it. :) Otherwise, my 0.02 would be Nix (since it's an increasingly popular package manager and definitely the kind of thing where I ordinarily use Vue also probably has substantial reach as a popular JS framework. The rest (ignoring Django) are largely "exotic" languages, and so should perhaps be left out by default. I would personally benefit from the Coq one though. |
[First of all, sorry if that's not the right place to ask] So, how/where are defined syntax languages for bat? Just discovered the project and saw that And maybe some could be loaded optionnaly if needed, to extend the number of managed language? (lazy load?) |
I'd be okay with adding Nix, but I cannot find any
Syntaxes are stored in the
You can list all supported languages by calling
Yes, this would be an option. However, loading |
I am going to close this ticket. Please feel free to open dedicated tickets for single languages that should be added to |
I have a pasting service that also uses syntect, and I have a bit of a collection of syntaxes to potentially contribute. I believe many were converted from tmbundles using a ruby gem for this purpose, but they seem to work well enough in my experience. Some of these may already been included, and so I'll list them as a checklist.
They're all available in an archive here.
(Sorry in advance, but I unfortunately didn't keep track of the source 😦)
The text was updated successfully, but these errors were encountered: