Add TypeScript support

This commit is contained in:
Adam Stankiewicz
2013-09-26 12:41:08 +02:00
parent 0db9bdbfd6
commit d6710f1b57
5 changed files with 338 additions and 0 deletions

8
compiler/typescript.vim Normal file
View File

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