From 5983835c4be7150a9f16495652db9c0d0f2278a9 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 5 Sep 2021 11:17:13 -0500 Subject: [PATCH] typescript styling --- lua/lush_theme/wormbait.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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)