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.
|
feedback
|
|
Go to a
And then restart Sublime Text | |||||
|
feedback
|
|
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: | |||
|
feedback
|
|
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. | |||
|
feedback
|