sq.vim

Sequoia language syntax highlighter for Vim

This syntax highlighter was directly copied from the C syntax highlighter provided with the Vim distribution.

To use it, place the sq.vim file somewhere on your machine and copy the following three lines to your .vimrc file:

    syntax enable
    au BufRead,BufNewFile *.sq set filetype=sq
    au! Syntax sq source $(VIM)/sq.vim

Make sure that the path is correct.