mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Sample in the playground updated.
This commit is contained in:
parent
5b3c0d0116
commit
e42557eac7
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ monaco.editor.create(document.getElementById("container"), {
|
||||||
'peekViewEditor.matchHighlightBackground' // Match highlight color in the peek view editor.
|
'peekViewEditor.matchHighlightBackground' // Match highlight color in the peek view editor.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
var colors = require('vs/platform/registry/common/platform').Registry.data['base.contributions.colors'].colorSchema.properties
|
var colors = require('vs/platform/registry/common/platform').Registry.data.get('base.contributions.colors').colorSchema.properties
|
||||||
Object.keys(colors).forEach(function(key) {
|
Object.keys(colors).forEach(function(key) {
|
||||||
var val = colors[key];
|
var val = colors[key];
|
||||||
console.log( '//' + val.description + '\n' + key);
|
console.log( '//' + val.description + '\n' + key);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue