From 0801eac01aab5940fc1e4409ba749383cc353bc2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 23 Mar 2017 11:28:19 +0100 Subject: Update --- syntax/vue.vim | 60 ++++++++++++++++++++++------------------------------------ 1 file changed, 23 insertions(+), 37 deletions(-) (limited to 'syntax/vue.vim') diff --git a/syntax/vue.vim b/syntax/vue.vim index 89b5b794..a3ab794c 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -27,84 +27,70 @@ if !exists("s:syntaxes") return syntaxes endfunction - let s:syntaxes = s:search_syntaxes('pug', 'slm', 'coffee', 'stylus', 'sass', 'scss', 'less') + let s:syntaxes = s:search_syntaxes('pug', 'slm', 'coffee', 'stylus', 'sass', 'scss', 'less', 'typescript') endif syntax include @HTML syntax/html.vim -if exists("b:current_syntax") - unlet b:current_syntax -endif -syntax region html keepend start=/^