]> git.lizzy.rs Git - rust.git/blobdiff - editors/code/language-configuration.json
VSCode variables support for substitutions
[rust.git] / editors / code / language-configuration.json
index b20e0d978e9546b904909cd356170b2fd89f96ba..cf7b20eb791db7beaa0e4df1d65b57b602be0797 100644 (file)
@@ -6,9 +6,13 @@
     "brackets": [
         ["{", "}"],
         ["[", "]"],
-        ["(", ")"],
-        ["<", ">"]
+        ["(", ")"]
     ],
+    "colorizedBracketPairs": [
+               ["{", "}"],
+               ["[", "]"],
+               ["(", ")"]
+       ],
     "autoClosingPairs": [
         { "open": "{", "close": "}" },
         { "open": "[", "close": "]" },