From 12db3dafc57d990db2b3758b0d97a37333a0ddab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 21:29:35 +0200 Subject: Update --- syntax/typescript.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'syntax/typescript.vim') diff --git a/syntax/typescript.vim b/syntax/typescript.vim index 469efa37..5f249578 100644 --- a/syntax/typescript.vim +++ b/syntax/typescript.vim @@ -100,7 +100,7 @@ syntax keyword typescriptEventListenerMethods contained scrollIntoView addEventL " }}} "" Programm Keywords"{{{ syntax keyword typescriptSource import export from as -syntax keyword typescriptIdentifier arguments this let var void yield const +syntax keyword typescriptIdentifier arguments this let var void const syntax keyword typescriptOperator delete new instanceof typeof syntax keyword typescriptBoolean true false syntax keyword typescriptNull null undefined @@ -111,8 +111,8 @@ syntax keyword typescriptDeprecated escape unescape all applets alinkColor bgCol "" Statement Keywords"{{{ syntax keyword typescriptConditional if else switch syntax keyword typescriptRepeat do while for in of -syntax keyword typescriptBranch break continue -syntax keyword typescriptLabel case default +syntax keyword typescriptBranch break continue yield await +syntax keyword typescriptLabel case default async syntax keyword typescriptStatement return with syntax keyword typescriptGlobalObjects Array Boolean Date Function Infinity Math Number NaN Object Packages RegExp String netscape -- cgit v1.2.3