提交 6fa2edb3 编写于 作者: A Alex Dima

Fix jsDoc comment

上级 744fa6a2
...@@ -60,8 +60,8 @@ export interface LanguageConfiguration { ...@@ -60,8 +60,8 @@ export interface LanguageConfiguration {
*/ */
indentationRules?: IndentationRule; indentationRules?: IndentationRule;
/** /**
* The language's rules to be evaluated when pressing Enter. * The language's rules to be evaluated when pressing Enter.
*/ */
onEnterRules?: OnEnterRule[]; onEnterRules?: OnEnterRule[];
/** /**
* The language's auto closing pairs. The 'close' character is automatically inserted with the * The language's auto closing pairs. The 'close' character is automatically inserted with the
......
...@@ -4027,8 +4027,8 @@ declare module monaco.languages { ...@@ -4027,8 +4027,8 @@ declare module monaco.languages {
*/ */
indentationRules?: IndentationRule; indentationRules?: IndentationRule;
/** /**
* The language's rules to be evaluated when pressing Enter. * The language's rules to be evaluated when pressing Enter.
*/ */
onEnterRules?: OnEnterRule[]; onEnterRules?: OnEnterRule[];
/** /**
* The language's auto closing pairs. The 'close' character is automatically inserted with the * The language's auto closing pairs. The 'close' character is automatically inserted with the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册