.mdtlbl (Mindustry Logic Bang Lang) and .logic (Mindustry Logic) vim supports
Add to your vim plugin system, e.g vim-plug
Snippets from UltiSnips, coc-snippets maybe auto load
-
Input single quote in word end, to Quick Take,
Foo'->Foo! ; -
Input single quote not in word end, to two single quote,
'->'' -
Write buffer auto compile to clipboard (linux only)
Required
mindustry_logic_bang_langdirectory in$PATH, defaultg:mdtlbl_clipboard_command=| xclip -se c
vim-plug:
ln -s /path/to/mindustry_logic_bang_lang/syntax/vim ~/.vim/plugged/mdtlbl.vimAnd add to your vimrc
call plug#begin('~/.vim/plugged')
Plug './mdtlbl.vim'
call plug#end()