Mercurial > ec-dotfiles
comparison vendor/vim-syntax/typescript.vim @ 688:17cacf387f7c
Update vendor
...also update scripts to support syntax subdirectories
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 21 Oct 2022 20:17:06 +0900 |
parents | 2febdacae5b4 |
children | 78469331407e |
comparison
equal
deleted
inserted
replaced
687:ae7f2fb75cdf | 688:17cacf387f7c |
---|---|
33 \ contained skipwhite oneline | 33 \ contained skipwhite oneline |
34 | 34 |
35 | 35 |
36 """"""""""""""""""""""""""""""""""""""""""""""""""" | 36 """"""""""""""""""""""""""""""""""""""""""""""""""" |
37 " Source the part common with typescriptreact.vim | 37 " Source the part common with typescriptreact.vim |
38 source <sfile>:h/typescriptcommon.vim | 38 source <sfile>:h/shared/typescriptcommon.vim |
39 | 39 |
40 | 40 |
41 let b:current_syntax = "typescript" | 41 let b:current_syntax = "typescript" |
42 if main_syntax == 'typescript' | 42 if main_syntax == 'typescript' |
43 unlet main_syntax | 43 unlet main_syntax |