I am trying to use sublime-DefaultFileType to default the python extension on a CTRL-N.
Sublime text 3.2.2
Python 3.8.2
OS: Windows 10
What path value should be used for :-
{
"default_new_file_syntax": "?",
"use_current_file_syntax": true
}
I cannot locate a Python.sublime-syntax file anywhere within the Packages directory.
Thanks Ken