This bundle is nesC syntax highlighter which is used for developing TinyOS applications. It works with TextMate and Sublime Text 2.
It is based on https://github.com/colagrosso/nesC-Syntax-Highlighting
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cdwilson/nesC.tmbundle.git
Then, from within TextMate select Bundles -> Bundle Editor -> Reload Bundles
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/cdwilson/nesC.tmbundle.git
cd ~/.config/sublime-text-2/Packages
git clone git://github.com/cdwilson/nesC.tmbundle.git
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.