vim-polyglot/compiler/typescript.vim

9 lines
172 B
VimL
Raw Normal View History

2013-09-26 12:41:08 +02:00
if exists("current_compiler")
finish
endif
let current_compiler = "typescript"
CompilerSet makeprg=tsc\ $*\ %
CompilerSet errorformat=%+A\ %#%f\ %#(%l\\\,%c):\ %m,%C%m