forked from aniani/vim
12 lines
190 B
VimL
12 lines
190 B
VimL
|
" 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
|