From b3f37b25833191cb0ec038962b482c50b9d3ea0f Mon Sep 17 00:00:00 2001 From: nickofolas Date: Sat, 29 Jan 2022 23:11:21 -0600 Subject: [PATCH] Add types token --- src/ScriptEditor/ui/themes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ScriptEditor/ui/themes.ts b/src/ScriptEditor/ui/themes.ts index 0ed7b9d6f..bc99bbada 100644 --- a/src/ScriptEditor/ui/themes.ts +++ b/src/ScriptEditor/ui/themes.ts @@ -97,6 +97,10 @@ export function makeTheme(theme: IScriptEditorTheme): any { token: "entity", foreground: theme.syntax.entity }, + { + token: "type", + foreground: theme.syntax.tag + }, { token: "tag", foreground: theme.syntax.tag