Mercurial > ec-dotfiles
comparison vendor/vim-syntax/typescriptreact.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 | ced2ee9efd9f |
children | 78469331407e |
comparison
equal
deleted
inserted
replaced
687:ae7f2fb75cdf | 688:17cacf387f7c |
---|---|
131 \ extend | 131 \ extend |
132 | 132 |
133 | 133 |
134 """"""""""""""""""""""""""""""""""""""""""""""""""" | 134 """"""""""""""""""""""""""""""""""""""""""""""""""" |
135 " Source the part common with typescriptreact.vim | 135 " Source the part common with typescriptreact.vim |
136 source <sfile>:h/typescriptcommon.vim | 136 source <sfile>:h/shared/typescriptcommon.vim |
137 | 137 |
138 | 138 |
139 syntax cluster typescriptExpression add=tsxRegion,tsxFragment | 139 syntax cluster typescriptExpression add=tsxRegion,tsxFragment |
140 | 140 |
141 hi def link tsxTag htmlTag | 141 hi def link tsxTag htmlTag |