]> 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 382484bc744d9336c4915be87f4e497f0e568b44..cf7b20eb791db7beaa0e4df1d65b57b602be0797 100644 (file)
@@ -6,9 +6,13 @@
     "brackets": [
         ["{", "}"],
         ["[", "]"],
-        ["(", ")"],
-        ["<", ">"]
+        ["(", ")"]
     ],
+    "colorizedBracketPairs": [
+               ["{", "}"],
+               ["[", "]"],
+               ["(", ")"]
+       ],
     "autoClosingPairs": [
         { "open": "{", "close": "}" },
         { "open": "[", "close": "]" },
@@ -23,8 +27,7 @@
         ["(", ")"],
         ["<", ">"],
         ["\"", "\""],
-        ["'", "'"],
-        ["|", "|"]
+        ["'", "'"]
     ],
     "indentationRules": {
         "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",