Adopt SnippetString and publish 1.2.1

This commit is contained in:
Martin Aeschlimann 2017-01-27 16:02:29 +01:00
parent 04170905b3
commit f1b96cadd5
4 changed files with 51 additions and 42 deletions

2
src/monaco.d.ts vendored
View file

@ -9,12 +9,14 @@ declare module monaco.languages.html {
readonly insertSpaces: boolean;
readonly wrapLineLength: number;
readonly unformatted: string;
readonly contentUnformatted: string;
readonly indentInnerHtml: boolean;
readonly preserveNewLines: boolean;
readonly maxPreserveNewLines: number;
readonly indentHandlebars: boolean;
readonly endWithNewline: boolean;
readonly extraLiners: string;
readonly wrapAttributes: 'auto' | 'force' | 'force-aligned' | 'force-expand-multiline';
}
export interface CompletionConfiguration {