sponsor Vim development Vim logo Vim Book Ad

NesC Syntax Highlighting : The Syntax Highlighting for NesC Files

 script karma  Rating 156/76, Downloaded by 3731  Comments, bugs, improvements  Vim wiki

created by
Ming Leong Lau
 
script type
syntax
 
description
nesC is an extension to the C programming language designed to embody the structuring concepts and execution model of TinyOS. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources.
This script is the Syntax Highlighting for the programming files written in NesC.
Detailed can found from here: http://www.amingsite.info/aming/archives/?arch=vi_nesc
 
install details
Version 1.0
Make a folder for the script if not existed
mkdir ~/.vim/syntax
put the script in ~/.vim/syntax
add the following into the end of ~/.vimrc
augroup filetypedetect
  au! BufRead,BufNewFile *nc setfiletype nc
augroup END

Version 2.0
untar the the files to ~/.vim/
tar zxvf vim.tar.gz
add the following into the end of ~/.vimrc
augroup filetypedetect
  au! BufRead,BufNewFile *nc setfiletype nc
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim.tar.gz 2.0 2007-04-02 6.0 Ming Leong Lau Add the file for the function of indentation
nc.vim 1.0 2007-04-01 6.0 Ming Leong Lau Initial upload
ip used for rating: 3.133.79.70

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github