]> 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 855b9966bb50a31c761dfe1b616f5b03a436ca03..cf7b20eb791db7beaa0e4df1d65b57b602be0797 100644 (file)
@@ -6,8 +6,7 @@
     "brackets": [
         ["{", "}"],
         ["[", "]"],
-        ["(", ")"],
-        ["<", ">"]
+        ["(", ")"]
     ],
     "colorizedBracketPairs": [
                ["{", "}"],
@@ -28,8 +27,7 @@
         ["(", ")"],
         ["<", ">"],
         ["\"", "\""],
-        ["'", "'"],
-        ["|", "|"]
+        ["'", "'"]
     ],
     "indentationRules": {
         "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",