Awesome
diatom.vim
Syntax highlight for the Diatom programming language. It will automatically detect .dm
files. It should be compatiable with both vim
and neovim
.
Installation
Use your favourite plugin manager or do it by hand.
For example, if you use vim-plug then add this to your .vimrc
or init.vim
.
Plug 'diatom-lang/diatom.vim'
after call plug#begin()
.