vim-polyglot/compiler/typescript.vim
2013-09-26 12:41:08 +02:00

9 lines
172 B
VimL

if exists("current_compiler")
finish
endif
let current_compiler = "typescript"
CompilerSet makeprg=tsc\ $*\ %
CompilerSet errorformat=%+A\ %#%f\ %#(%l\\\,%c):\ %m,%C%m