sponsor Vim development Vim logo Vim Book Ad

adp.vim : ADP (OpenACS/AOLserver HTML templating format) syntax highlighting

 script karma  Rating 21/6, Downloaded by 754  Comments, bugs, improvements  Vim wiki

created by
paul cannon
 
script type
syntax
 
description
Syntax highlighting for ADP (OpenACS/AOLserver templating format) files.
 
install details
Single user setup: Put this file into your ~/.vim/syntax directory, and add filetype detection to your ~/.vim/filetype.vim file.

Here's a skeleton filetype.vim, in case you don't have one yet:

-----
" filetype detection
" sourced before $VIMRUNTIME/filetype.vim
"
" Detects: adp

if exists("did_load_filetypes")
  finish
endif

augroup filetypedetect
  au! BufRead,BufNewFile *.adp   setfiletype adp
augroup END
-----
 

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
adp.vim 0.2 2003-02-05 6.0 paul cannon Initial upload
ip used for rating: 3.141.24.134

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