We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to split styluscheme file to multiple files?
styluscheme
At the time tmTheme file of my package have 3124 lines and 111 Kb size.
tmTheme
I have long wanted to split this file. Is it possible via CSScheme?
In stylusfiles folder I create 2 files:
stylusfiles
html.styluscheme
python.styluscheme
In root directory of my package I create SashaSublime.styluscheme file with these lines:
SashaSublime.styluscheme
@import "stylusfiles/html.styluscheme" @import "stylusfiles/python.styluscheme"
After build command content of html.styluscheme and python.styluscheme will include to SashaSublime.tmTheme.
SashaSublime.tmTheme
Thanks.
The text was updated successfully, but these errors were encountered:
Have you tried whether it Just Works? What happens/are the errors?
I know you can split SCSS files into modules and import them flawlessly with CSScheme.
Sorry, something went wrong.
No branches or pull requests
1. Question
Is it possible to split
styluscheme
file to multiple files?2. Argumentation
At the time
tmTheme
file of my package have 3124 lines and 111 Kb size.I have long wanted to split this file. Is it possible via CSScheme?
3. Example of expected behavior
In
stylusfiles
folder I create 2 files:html.styluscheme
— theme for HTMLpython.styluscheme
— theme for PythonIn root directory of my package I create
SashaSublime.styluscheme
file with these lines:After build command content of
html.styluscheme
andpython.styluscheme
will include toSashaSublime.tmTheme
.Thanks.
The text was updated successfully, but these errors were encountered: