Adopts "containsBalancedBrackets" flag from vscode/text-mate.

This commit is contained in:
Henning Dieterichs
2022-04-07 00:42:19 +02:00
parent bba6c56123
commit 9aaa850fe4
8 changed files with 67 additions and 7 deletions

View File

@@ -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": {