diff options
Diffstat (limited to 'indent/typescript.vim')
-rw-r--r-- | indent/typescript.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/typescript.vim b/indent/typescript.vim index 78d04c5c..73bce658 100644 --- a/indent/typescript.vim +++ b/indent/typescript.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1 + " Vim indent file, taken from indent/java.vim " Language: Typescript " Maintainer: None! Wanna improve this? @@ -87,3 +89,5 @@ let &cpo = s:keepcpo unlet s:keepcpo " vim: et + +endif |