- Install the package via Package Control (it works with ST3, don't worry).
- Create a new file called
default_file_type.sublime-settings
and paste the following:
{
"default_new_file_syntax" : "Packages/HTML/HTML.tmLanguage",
"use_current_file_syntax" : false
}