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