-
-
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
no way to add a theme without blowing away languages? #172
Comments
(I did realize that all the source syntaxes/languages were git submodules, so |
Unfortunately, there is currently no way to do this (I would suggest to follow what you have done in your second comment). I think it is a good idea to support this in general. I'll leave this ticket open as a feature request. |
This could be tangentially related to this issue, but I am unable to install a syntax file (beefsack/GDScript-sublime) if I don't install any themes at the same time. If I create an empty
|
This commit separates the handling of syntax sets and theme sets. It also changes the way how new syntax definitions are loaded from `bat`'s configuration folder. New syntax definitions are now loaded *in addition* to the ones that are stored in the `bat` binary by default. This fixes #172
This commit separates the handling of syntax sets and theme sets. It also changes the way how new syntax definitions are loaded from `bat`'s configuration folder. New syntax definitions are now loaded *in addition* to the ones that are stored in the `bat` binary by default. This fixes #172
This has been fixed in bat 0.5. Please see the release notes and README for details. |
- New themes in `$BAT_CONFIG_DIR/themes` are now loaded *in addition* to the default themes (they may also override). - The `Default.tmTheme` symlink is not necessary anymore. This relates to #172
It would be really nice to be able to either add a theme to the existing themes, or at least be able to create your own set of themes without losing all of the languages/syntaxes....
I'll admit I may be doing something wrong.
Installed bat via homebrew. Followed instructions to create appropriate theme directory and added a theme. Couldn't reinit cache without creating a syntax directory. Reiniting cache then made it so I had just the two themes I had added, and no languages....
The text was updated successfully, but these errors were encountered: