about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editors/code/language-configuration.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json
index 855b9966bb5..2d772952a81 100644
--- a/editors/code/language-configuration.json
+++ b/editors/code/language-configuration.json
@@ -28,8 +28,7 @@
         ["(", ")"],
         ["<", ">"],
         ["\"", "\""],
-        ["'", "'"],
-        ["|", "|"]
+        ["'", "'"]
     ],
     "indentationRules": {
         "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",