From b41dfb74fc8a2dcc4f37ca706af625f33ed8a816 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 5 Sep 2021 12:58:15 -0500 Subject: [PATCH] another typescript thing --- lua/lush_theme/wormbait.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index b6627e4..dbaf929 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -135,6 +135,7 @@ local theme = lush(function() typescriptDOMDocProp { Identifier }, typescriptDOMEventTargetMethod { Identifier }, typescriptBOMWindowMethod { Identifier }, + typescriptAbstract { Keyword }, } end)