I've been looking all over for a way to do this and I haven't had much luck. I've recently switched from Vim to Sublime Text 2 and I'm trying to set a default filetype for a certain extension. I want to have *.cfg files default to having Ini syntax highlighting but I can't seem to figure out how I could create this custom setting. I apologize if this is not the right site to post this question on, and I appreciate any help I receive.
|
Go to a
And then restart Sublime Text |
|||||||||||||
|
|
In the current version of Sublime Text 2 (Build: 2139), you can set the syntax for all files of a certain file extension using an option in the menu bar. Open a file with the extension you want to set a default for and navigate through the following menus: Updated 6/28/2012: Recent builds of Sublime Text 2 (at least since Build 2181) have allowed the syntax to be set by clicking the current syntax type in the lower right corner of the window. This will open the syntax selection menu with the option to |
|||||||||||||||||||||
|
|
In ST2 there's a package you can install called Default FileType which does just that. More info on https://github.com/spadgos/sublime-DefaultFileType. |
|||
|