sponsor Vim development Vim logo Vim Book Ad

lexc/twolc Syntax Highlighter : A syntax highlighter for lexc and twolc files.

 script karma  Rating 20/10, Downloaded by 556  Comments, bugs, improvements  Vim wiki

created by
Brendan Molloy
 
script type
syntax
 
description
Anyone who has ever worked with lexc or twolc would know what a hellishly eye-destructive experience it can be. Syntax highlighting helps, a lot. Especially with flag diacritics.
 
install details
mkdir ~/.vim/syntax, and put the file there.
open ~/.vimrc and add:

au BufRead,BufNewFile *.lexc set filetype=lexc
au BufRead,BufNewFile *.twol set filetype=lexc
au! Syntax lexc source $HOME/.vim/syntax/lexc.vim
syntax on

Now when you open a .lexc or .twol file, it will automatically use the syntax.
Alternatively, type :set syntax=lexc to use it with any file.
 

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
lexc.vim 0.9 2011-02-15 7.0 Brendan Molloy Initial upload
ip used for rating: 3.21.233.41

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