From 6fa2edb34f89edaaa30278e107e916fbc77c2faa Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 20 Sep 2016 10:40:34 +0300 Subject: [PATCH] Fix jsDoc comment --- src/vs/editor/common/modes/languageConfigurationRegistry.ts | 4 ++-- src/vs/monaco.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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