A simple yet effective Makefile syntax for Sublime Text
If you have Package Control, you can just install it by searching for "Makefile Plus"
In order to install this syntax, copy the makefile-plus.tmLanguage
file into your Packages/User
directory.
You can find it by going into Preferences -> Browse Packages
in Sublime Text.
Currently, the syntax file is generated with the help of PackageDev. The syntax is written in .YAML-tmLanguage, then is transformed into a .tmLanguage file (TextMate format).
A full transition into .sublime-syntax format is not considered at this time, since this format is specific to Sublime Text 3 (build >= 3084).
Feel free to contact me if you encounter an issue or if you want to propose a feature.