Add types token

This commit is contained in:
nickofolas 2022-01-29 23:11:21 -06:00
parent 4ba6926e01
commit 5a476178fa

@ -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