spadgos / sublime-DefaultFileType

ST2 Package which automatically sets the syntax for new files
MIT License
68 stars 20 forks source link

configuration for python 3.8.2 #13

Open sunken1 opened 4 years ago

sunken1 commented 4 years ago

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