From 5a476178fadd5ef6b73f4c7d4a769f9776580e34 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 16194b7d1..cf16cece4 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