comparison runtime/syntax/typescript.vim @ 29756:2acb87ee55fc

Update runtime files Commit: https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 15 18:51:32 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Aug 2022 20:00:05 +0200
parents 82a28df1e2d5
children 71cbad0921c9
comparison
equal deleted inserted replaced
29755:e726ee71b93b 29756:2acb87ee55fc
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