Skip to content

Commit d31c203

Browse files
authored
1 parent 736821f commit d31c203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/textMate/common/TMGrammars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const grammarsExtPoint: IExtensionPoint<ITMSyntaxExtensionPoint[]> = Exte
7777
},
7878
unbalancedBracketScopes: {
7979
description: nls.localize('vscode.extension.contributes.grammars.unbalancedBracketScopes', 'Defines which scope names do not contain balanced brackets.'),
80-
type: 'object',
80+
type: 'array',
8181
items: {
8282
type: 'string'
8383
},

0 commit comments

Comments
 (0)