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 . |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.32
|