diff options
Diffstat (limited to 'syntax/typescript.vim')
-rw-r--r-- | syntax/typescript.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syntax/typescript.vim b/syntax/typescript.vim index 62e6d808..2e9c0b46 100644 --- a/syntax/typescript.vim +++ b/syntax/typescript.vim @@ -202,7 +202,6 @@ syn match typescriptLogicSymbols "\(&&\)\|\(||\)" " typescriptFold Function {{{ " function! typescriptFold() -setl foldlevelstart=1 syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend setl foldtext=FoldText() |