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 885  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: 216.73.216.130

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