mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
Add api blueprint support, closes #182
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
augroup filetypedetect
|
||||
" apiblueprint:sheerun/apiblueprint.vim
|
||||
autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint
|
||||
autocmd FileType apiblueprint set syntax=apiblueprint
|
||||
autocmd FileType apiblueprint set makeprg=drafter\ -l\ %
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
" applescript:vim-scripts/applescript.vim
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user