From 7af90372ffcdb73536a59265b86ff8605cb1a13d Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 5 Sep 2021 13:59:14 -0500 Subject: [PATCH] more typescript --- lua/lush_theme/wormbait.lua | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index e52c8e1..6204d56 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -128,15 +128,21 @@ local theme = lush(function() csGeneric { Function }, yamlBlockMappingKey { Function }, sqlKeyword { Keyword }, - typescriptVariable { Keyword }, - typescriptDateMethod { Identifier }, - typescriptGlobal { Function }, - typescriptBOMWindowProp { Function }, - typescriptDOMDocProp { Identifier }, - typescriptDOMEventTargetMethod { Identifier }, - typescriptBOMWindowMethod { Identifier }, typescriptAbstract { Keyword }, typescriptBOMLocationMethod { Identifier }, + typescriptBOMWindowMethod { Identifier }, + typescriptBOMWindowProp { Function }, + typescriptDOMDocProp { Identifier }, + typescriptDOMDocMethod { Identifier }, + typescriptDOMEventTargetMethod { Identifier }, + typescriptDOMFormMethod { Identifier }, + typescriptDOMFormProp { Identifier }, + typescriptDOMNodeMethod { Identifier }, + typescriptDateMethod { Identifier }, + typescriptGlobal { Function }, + typescriptObjectStaticMethod { Identifier }, + typescriptPaymentShippingOptionProp { Identifier }, + typescriptVariable { Keyword }, } end)