Vim syntax highlighting and filetype detection for the Blots language.
call plug#begin('~/.vim/plugged')
Plug 'paul-russo/blots-vim'
call plug#end()Then run :PlugInstall.
Copy the folders into your Vim runtime path:
ftdetect/blots.vimsyntax/blots.vimftplugin/blots.vim
Example:
cp -R ftdetect syntax ftplugin ~/.vim/Open any *.blots file and Vim will set filetype=blots automatically.
MIT