mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Adopt SnippetString and publish 1.2.1
This commit is contained in:
parent
04170905b3
commit
f1b96cadd5
4 changed files with 51 additions and 42 deletions
2
src/monaco.d.ts
vendored
2
src/monaco.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue