You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: