mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
Fix jsDoc comment
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user