mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-09 02:44:45 +08:00
[typescript] Extra attributes on the script tag
This commit is contained in:
@@ -54,7 +54,7 @@ syntax include @TS syntax/typescript.vim
|
|||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
unlet b:current_syntax
|
unlet b:current_syntax
|
||||||
endif
|
endif
|
||||||
syntax region typescript keepend matchgroup=Delimiter start=/<script\( ts\| lang="ts"\| lang="typescript"\)>/ end="</script>" contains=@TS fold
|
syntax region typescript keepend matchgroup=Delimiter start=/<script \_[^>]*\(lang=\("\|'\)[^\2]*\(ts\|typescript\)[^\2]*\2\|ts\)\_[^>]*>/ end="</script>" contains=@TS fold
|
||||||
|
|
||||||
if s:syntaxes.coffee
|
if s:syntaxes.coffee
|
||||||
syntax include @COFFEE syntax/coffee.vim
|
syntax include @COFFEE syntax/coffee.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user