sponsor Vim development Vim logo Vim Book Ad

triangle.vim : Syntax highlighting for triangle source files

 script karma  Rating 1/1, Downloaded by 873  Comments, bugs, improvements  Vim wiki

created by
Nicolas Weber
 
script type
syntax
 
description
A basic syntax highlighting script for the triangle language from the book "Programming Language Processors in Java".
 
install details
Just as with other syntax files: Copy this to .vim/syntax/triangle.vim and add something like

if has("autocmd")
  au BufNewFile,BufRead *.tri set syntax=triangle
endif

to your .vimrc .
 

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
triangle.vim 1.0 2007-08-15 5.7 Nicolas Weber Initial upload
ip used for rating: 216.73.216.32

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github