9 lines
172 B
VimL
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
|