diff --git a/src/vs/editor/common/modes/languageConfigurationRegistry.ts b/src/vs/editor/common/modes/languageConfigurationRegistry.ts index c6f97107780..d48b49d90d4 100644 --- a/src/vs/editor/common/modes/languageConfigurationRegistry.ts +++ b/src/vs/editor/common/modes/languageConfigurationRegistry.ts @@ -60,8 +60,8 @@ export interface LanguageConfiguration { */ indentationRules?: IndentationRule; /** - * The language's rules to be evaluated when pressing Enter. - */ + * The language's rules to be evaluated when pressing Enter. + */ onEnterRules?: OnEnterRule[]; /** * The language's auto closing pairs. The 'close' character is automatically inserted with the diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts index 2c79f92c869..a9366c11cf7 100644 --- a/src/vs/monaco.d.ts +++ b/src/vs/monaco.d.ts @@ -4027,8 +4027,8 @@ declare module monaco.languages { */ indentationRules?: IndentationRule; /** - * The language's rules to be evaluated when pressing Enter. - */ + * The language's rules to be evaluated when pressing Enter. + */ onEnterRules?: OnEnterRule[]; /** * The language's auto closing pairs. The 'close' character is automatically inserted with the