Sublime Text 2 package for easily setting a new file's syntax mode.
##How to use
- Clone project into your Sublime Text 2 packages directory.
- Open Sublime Text 2.
- Your default new file syntax is now HTML.
##How to change settings
- Go to Preferences -> Package Settings -> Shimmy New File Syntax -> Settings - User
- Add the following:
{ "shimmy_new_file_syntax": "HTML" }
- Change the value of shimmy_new_file_syntax to whatever language you have available.
- Some options could be:
- Javascript
- Java
- C++
- C#
- CSS
- Some options could be:
- Restart Sublime Text 2.
##Additional Notes
If you want Sublime Text 2's default empty new file, set shimmy_new_file_syntax to "":
{ "shimmy_new_file_syntax": "" }