sponsor Vim development Vim logo Vim Book Ad

ample.vim : Syntax Highlighting for MGC's AMPLE progamming language

 script karma  Rating 18/8, Downloaded by 876  Comments, bugs, improvements  Vim wiki

created by
Alvin Santos
 
script type
syntax
 
description
This is a syntax highlight file for the AMPLE (Another Mentor Programming Language) programming language.  AMPLE is part of Mentor Graphics' Falcon Framework, a user interface framework.  Mentor Graphics Corporation is an EDA (Electronic Design Automation) company.  
 
install details
1. place into $HOME/.vim/syntax

2. :cal SetSyn("ample")
or
2. put the following in $HOME/.vimrc to autoload depending on filetype (in this case ends with .ample and .ascii)
____________________________________________________________
augroup filetype
    au!
    au! BufRead,BufNewFile *.ample  set filetype=ample
    au! BufRead,BufNewFile *.ascii     set filetype=ample
augroup END
____________________________________________________________
:help autocmd for more info
 

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
ample.vim 0.1 2003-06-28 6.0 Alvin Santos Initial upload
ip used for rating: 54.198.37.250

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