-
-
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
Add option to display all supported languages #69
Comments
I'd like to work on this. I played around with it a little bit and I have the basic functionality working as described above.
Like this:
I'll need to work up something a bit more flexible if we want all the columns to line up correctly; some language names are very long/have a lot of extensions and this breaks out of the tabbed columns. |
Cool, thank you very much! Getting the longest syntax name first should be fine. It's not like this has to be performance-optimized in any sense. |
(also: |
Sounds good! I’ll check back in here if I have issues or with a PR once I’m
done.
I think the issues I had getting `bat` to work were not `bat`s fault so
far.
When building, you have to build from a x64 Developer Command Prompt (which
is installed with Visual a studio/build tools) because `onig_sys` (which
must be a dependency of one of `bat`s deps) ships a custom windows bat
build script that uses tools that aren’t in the normal PATH.
`bat`s config seems to use both `%APPDATA%\Roaming` and `%APPDATA%\Local`
to draw on config files. Which is weird. Maybe one for themes and the other
for syntax packages. I don’t exactly recall. I just created symlinks in
both of those locations pointing to where I set up my `bat` config
directories.
…On Mon, May 7, 2018 at 10:33 AM David Peter ***@***.***> wrote:
(also: bat works on Windows just like that? nice! 😄)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AE_DSslFg2XAJ6HP2z74nE6G10oIC70wks5twIVmgaJpZM4T0GIj>
.
|
Maybe:
See: https://docs.rs/syntect/2.0.1/syntect/parsing/struct.SyntaxSet.html#method.syntaxes
The text was updated successfully, but these errors were encountered: