pull/2748/head
Alex Dima 6 years ago
parent 70020ec3be
commit 76a8299ad5

2
src/monaco.d.ts vendored

@ -25,7 +25,7 @@ declare module monaco.languages.html {
export interface Options { export interface Options {
/** /**
* If set, comments are tolerated. If set to false, syntax errors will be emmited for comments. * If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.
*/ */
readonly format?: HTMLFormatConfiguration; readonly format?: HTMLFormatConfiguration;
/** /**

Loading…
Cancel
Save