huaianrenhnu / nesC-Sublime3-Syntax-Highlighter

nesC syntax highlighter for Sublime Text 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nesC.sublime-syntax

This bundle is nesC syntax highlighter which is used for developing TinyOS applications. It works with Sublime Text 3.

It is based on https://github.com/MBradbury/nesC-Sublime-Syntax-Highlighter.

Sublime Text 3 Install

Linux

cd ~
git clone https://github.com/huaianrenhnu/nesC-Sublime3-Syntax-Highlighter.git
cd nesC-Sublime3-Syntax-Highlighter
make st3
cp -f nesC.sublime-package ~/.config/sublime-text-3/Installed\ Packages

Mac

cd ~
git clone https://github.com/huaianrenhnu/nesC-Sublime3-Syntax-Highlighter.git
cd nesC-Sublime3-Syntax-Highlighter
make st3
cp -f nesC.sublime-package ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages

License

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/.

About

nesC syntax highlighter for Sublime Text 3


Languages

Language:Makefile 100.0%