Implements language configurable colorizedBracketPairs property.

This commit is contained in:
Henning Dieterichs
2021-08-23 15:21:51 +02:00
parent 43666f33a1
commit 9f6e7a7e9f
8 changed files with 81 additions and 14 deletions

View File

@@ -24,6 +24,10 @@
{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
],
"colorizedBracketPairs": [
["{", "}"],
["(", ")"]
],
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b.*-->",