mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Add types token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user