ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Default File Type

by spadgos ALL

ST2 Package which automatically sets the syntax for new files

Details

  • 2023.03.05.08.12.26
  • github.​com
  • github.​com
  • 1 year ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 62K
  • Win 49K
  • Mac 10K
  • Linux 3K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 9 7 8 5 3 5 5 8 4 9 10 9 5 7 7 5 9 8 6 3 3 4 2 2 1 3 2 2 4 4 6 7 2 0 4 3 6 3 7 1 1 5 2 4 4 3
Mac 1 1 0 1 0 0 1 1 0 0 0 0 0 1 6 1 2 2 3 0 1 2 0 1 1 0 1 1 1 0 1 1 0 0 0 0 0 0 0 1 0 0 1 2 0 2
Linux 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

This package sets the default file type of new files to be either the same as the current file, or a predefined default.

This only affects files which are created with the Ctrl+N shortcut (Cmd+N on OSX).

Installation

With Package Control

If you have the Package Control package installed, you can install DefaultFileType from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for DefaultFileType and you're done!

Without Package Control

Go to your Sublime Text Packages directory and clone the repository using the command below:

git clone https://github.com/spadgos/sublime-DefaultFileType.git DefaultFileType

Configuration

Create a file in your Packages/User directory called default_file_type.sublime-settings and you can set these options:

  • 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"
  • use_current_file_syntax (Boolean) Set this to true to use the current file's syntax for the new file. If false, then the default (above) will always be used. Default value is true

Let me know if you have any problems or feature requests by adding an issue here: https://github.com/spadgos/sublime-DefaultFileType