mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 14:43:48 +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",
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user