Skip to content

Files

Latest commit

cde8233 · Mar 15, 2015

History

History
15 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 378 Bytes

vim-apidoc

Rudimentary syntax highlighting for apidoc.me API files

cd ~/.vim/bundle
git clone https://github.com/conorclifford/vim-apidoc

To associate with target files, add something like the following example to ~/.vimrc

" associate all 'api.json' files with apidoc syntax...
au BufRead,BufNewFile *api.json set filetype=apidoc