Add diff editor test page

This commit is contained in:
Alex Dima 2017-03-01 13:11:56 +01:00
parent f59fa81626
commit 2b855d64b6
3 changed files with 477 additions and 0 deletions

View file

@ -14,6 +14,9 @@ var editor = monaco.editor.create(document.getElementById('container'), {
wrappingColumn: WRAPPING_COLUMN,
outlineMarkers: false,
renderWhitespace: true,
minimap: {
enabled: true
}
// scrollbar: {
// verticalHasArrows: true,
// horizontalHasArrows: true