From d6710f1b578ee233e92d1810fdb3e5c9fba651f7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 26 Sep 2013 12:41:08 +0200 Subject: Add TypeScript support --- ftplugin/typescript.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ftplugin/typescript.vim (limited to 'ftplugin/typescript.vim') diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim new file mode 100644 index 00000000..3726194a --- /dev/null +++ b/ftplugin/typescript.vim @@ -0,0 +1,8 @@ +compiler typescript + +setlocal autoindent +setlocal cindent +setlocal smartindent +setlocal indentexpr& + +setlocal commentstring=//\ %s -- cgit v1.2.3