sponsor Vim development Vim logo Vim Book Ad

spin.vim : Syntax file for Parallax Spin language

 script karma  Rating 14/5, Downloaded by 957  Comments, bugs, improvements  Vim wiki

created by
Daniel Maturana
 
script type
syntax
 
description
This is a syntax file for the Spin language, designed by Parallax for the Propeller microcontroller ("http://www.parallax.com/tabid/407/Default.aspx";). Now there's cross-platform command line tools to upload your Spin programs to the Propeller, so you don't need the Propeller IDE (and hence, Windows) to use it.

I based this syntax file on the syntax file for the Python language, since the languages have certain similarities.
 
install details
The easiest way is to put spin.vim in your .vim/syntax folder and add something like the following to your .vimrc:
au BufRead,BufNewFile *.spin set filetype=spin
au! Syntax spin source $HOME/.vim/syntax/spin.vim
 

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
spin.vim 0.2 2010-12-31 6.0 Daniel Maturana Incorporated fix for comment problem with brackets that open and close on the same line, by Gordon Child.
spin.vim 0.1 2010-03-17 6.0 Daniel Maturana Initial upload
ip used for rating: 18.217.52.224

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