Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blots-vim

Vim syntax highlighting and filetype detection for the Blots language.

Install

vim-plug

call plug#begin('~/.vim/plugged')

Plug 'paul-russo/blots-vim'

call plug#end()

Then run :PlugInstall.

Manual

Copy the folders into your Vim runtime path:

  • ftdetect/blots.vim
  • syntax/blots.vim
  • ftplugin/blots.vim

Example:

cp -R ftdetect syntax ftplugin ~/.vim/

Usage

Open any *.blots file and Vim will set filetype=blots automatically.

License

MIT

About

vim syntax plugin for the Blots programming language.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages