From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- syntax/yats/es6-promise.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/yats/es6-promise.vim') diff --git a/syntax/yats/es6-promise.vim b/syntax/yats/es6-promise.vim index 3c9d0ffc..8c52ec66 100644 --- a/syntax/yats/es6-promise.vim +++ b/syntax/yats/es6-promise.vim @@ -4,7 +4,7 @@ endif syntax keyword typescriptGlobal containedin=typescriptIdentifierName Promise nextgroup=typescriptGlobalPromiseDot,typescriptFuncCallArg syntax match typescriptGlobalPromiseDot /\./ contained nextgroup=typescriptPromiseStaticMethod,typescriptProp -syntax keyword typescriptPromiseStaticMethod contained resolve reject all race nextgroup=typescriptFuncCallArg +syntax keyword typescriptPromiseStaticMethod contained all allSettled any race reject resolve nextgroup=typescriptFuncCallArg if exists("did_typescript_hilink") | HiLink typescriptPromiseStaticMethod Keyword endif syntax keyword typescriptPromiseMethod contained then catch finally nextgroup=typescriptFuncCallArg -- cgit v1.2.3