Skip to content

Latest commit

 

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