sublime-DefaultFileType
sublime-DefaultFileType copied to clipboard
YAML default_new_file_syntax
Hi there,
I am using S3 and cloned the package. The use_current_file_syntax is working for me but I can't get default_new_file_syntax to work. I want new files to be YAML, so I guessed that I should write this:
{ "default_new_file_syntax": "Packages/YAML/YAML.tmLanguage", "use_current_file_syntax": true }
However, I couldn't actually find this directory on my computer. The closest thing I have is "Packages/YAML.sublime-package", and this didn't work either.
Thanks for any help you have. I am not a programmer so I am probably missing something obvious!