We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
True
False
1 parent 54cd9d8 commit 0520d11Copy full SHA for 0520d11
playground/issue.py
playground/shared/src/setupMonaco.tsx
@@ -290,6 +290,10 @@ function defineAyuThemes(monaco: Monaco) {
290
foreground: COSMIC,
291
token: "keyword",
292
},
293
+ {
294
+ foreground: COSMIC,
295
+ token: "builtinConstant",
296
+ },
297
{
298
foreground: CONSTELLATION,
299
token: "number",
@@ -575,6 +579,10 @@ function defineAyuThemes(monaco: Monaco) {
575
579
foreground: RADIATE,
576
580
577
581
582
583
+ foreground: RADIATE,
584
585
578
586
587
foreground: PROTON,
588
token: "tag",
0 commit comments