How do I configure Sublime Text 2 so that it recognizes a file named Makefile.local as a Makefile, so I don’t have to manually do “Set Syntax: Makefile” when I open this file?
How do I configure Sublime Text 2 so that it recognizes a file named
Share
Add the tag
<string>Makefile.local</string>to the<array>section inMakefile.tmLanguagefile.To find the file, click on
Preferences | Browse Packages...menu.The file can be used to change more Syntax Definition options.