sponsor Vim development Vim logo Vim Book Ad

triangle.vim : Syntax highlighting for triangle source files

 script karma  Rating 1/1, Downloaded by 703  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: 3.149.233.72

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