Add types token

This commit is contained in:
nickofolas 2022-01-29 23:11:21 -06:00 committed by nickofolas
parent 881d4816cc
commit b3f37b2583

@ -97,6 +97,10 @@ export function makeTheme(theme: IScriptEditorTheme): any {
token: "entity", token: "entity",
foreground: theme.syntax.entity foreground: theme.syntax.entity
}, },
{
token: "type",
foreground: theme.syntax.tag
},
{ {
token: "tag", token: "tag",
foreground: theme.syntax.tag foreground: theme.syntax.tag