mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
This commit is contained in:
@@ -76,7 +76,13 @@
|
||||
{
|
||||
"language": "shellscript",
|
||||
"scopeName": "source.shell",
|
||||
"path": "./syntaxes/shell-unix-bash.tmLanguage.json"
|
||||
"path": "./syntaxes/shell-unix-bash.tmLanguage.json",
|
||||
"balancedBracketScopes": [
|
||||
"*"
|
||||
],
|
||||
"unbalancedBracketScopes": [
|
||||
"meta.scope.case-pattern.shell"
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurationDefaults": {
|
||||
|
||||
Reference in New Issue
Block a user