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
Hi, I'd like to open *.jade files on Pane 1, *.scss files to Pane 2. Is it possible to automatically assign the pane based on extension? Thank you.
*.jade
*.scss
The text was updated successfully, but these errors were encountered:
It's not right now, but if you want to send a pull request feel free! I would take a look at the on_load or on_activated callbacks.
Sorry, something went wrong.
Closes issue SublimeText#71
ea7b3dd
- Adds AutoSwitchPane EventListener to auto-group files by syntax
627433e
- Update get_syntax_name to use scope if available
No branches or pull requests
Hi, I'd like to open
*.jade
files on Pane 1,*.scss
files to Pane 2. Is it possible to automatically assign the pane based on extension? Thank you.The text was updated successfully, but these errors were encountered: