NavigationUser login |
sq.vimSequoia language syntax highlighter for VimThis 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. » download file (16.86 KB) | printer friendly version
|