mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 06:33:49 +01:00
Add types token
This commit is contained in:
parent
881d4816cc
commit
b3f37b2583
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user