diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index 989efbd..b6627e4 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -128,6 +128,13 @@ local theme = lush(function() csGeneric { Function }, yamlBlockMappingKey { Function }, sqlKeyword { Keyword }, + typescriptVariable { Keyword }, + typescriptDateMethod { Identifier }, + typescriptGlobal { Function }, + typescriptBOMWindowProp { Function }, + typescriptDOMDocProp { Identifier }, + typescriptDOMEventTargetMethod { Identifier }, + typescriptBOMWindowMethod { Identifier }, } end)