1
0
forked from aniani/vim
vim/runtime/compiler/erlang.vim

12 lines
190 B
VimL
Raw Normal View History

2012-01-20 21:08:56 +01:00
" Vim compiler file
" Compiler: Erlang
" Maintainer: none, please volunteer!
" Last Change: 2012 Jan 20
if exists("current_compiler")
finish
endif
let current_compiler = "erlang"
" TODO