improve monokai by making the language a superset of javascript

This commit is contained in:
Olivier Gagnon
2021-10-15 18:25:22 -04:00
parent b5a8ed1d9d
commit 80d197652d
5 changed files with 23 additions and 6 deletions
+8 -1
View File
@@ -31,7 +31,14 @@ export async function loadThemes(monaco: { editor: any }): Promise<void> {
token: "storage.type.function.js",
foreground: "ae81ff",
},
{
token: "ns",
foreground: "97d92b",
},
{
token: "netscriptfunction",
foreground: "53d3e4",
},
// {
// foreground: "ae81ff",
// token: "entity.name.function",