sublime-DefaultFileType icon indicating copy to clipboard operation
sublime-DefaultFileType copied to clipboard

ST2 Package which automatically sets the syntax for new files

Results 11 sublime-DefaultFileType issues
Sort by recently updated
recently updated
newest added

I am using SublimeText 3 and I would like new files to be created in plain text format (i.e. default to a .TXT extension when they are saved). I followed...

Where do I find the Java.tmLanguage file in sublime text 3 ?

Hi, i started using Sublime Text 3 recently and i wanted to use this package for opening new files with HTML syntax by default. i don't know if i'm doing...

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 (String) This is the path, relative to the Sublime base directory to the language file you'd like to load as the default. Default value is "Packages/Java/Java.tmLanguage" But there's...

How can I randomly change my default file type to C,C++,Python,Java.

Perhaps you should make it obvious atleast SOMEWHERE that the settings need to be formatted like this: ``` { "default_new_file_syntax" : "Packages/HTML/HTML.tmLanguage", "use_current_file_syntax" : false } ``` and not like...

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,...

Added configuration file example to Readme.md. fixes #5

Any chance of making your plug-in compatible with ST3?