Fixes #132847 by configuring ${...} as bracket pair.

This commit is contained in:
Henning Dieterichs 2021-09-21 12:28:25 +02:00
parent c79d31a9ea
commit d6b2e78477
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
3 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,7 @@
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["${", "}"],
["{", "}"],
["[", "]"],
["(", ")"]
@ -32,4 +33,4 @@
"end": "^\\s*//\\s*#?endregion\\b"
}
}
}
}

View file

@ -4,6 +4,7 @@
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["${", "}"],
["{", "}"],
["[", "]"],
["(", ")"]

View file

@ -4,6 +4,7 @@
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["${", "}"],
["{", "}"],
["[", "]"],
["(", ")"]
@ -31,4 +32,4 @@
"end": "^\\s*//\\s*#?endregion\\b"
}
}
}
}