I want the default sublime text 3 file type from "Plain Text" to HTML. I installed Default file type and added this:
"default_new_file_syntax": "Packages/HTML/HTML.tmLanguage",
"use_current_file_syntax": true
to the settings. What is wrong?
I want the default sublime text 3 file type from "Plain Text" to HTML. I installed Default file type and added this:
"default_new_file_syntax": "Packages/HTML/HTML.tmLanguage",
"use_current_file_syntax": true
to the settings. What is wrong?