aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSmittyvb <[email protected]>2021-04-22 20:57:30 +0100
committerGitHub <[email protected]>2021-04-22 20:57:30 +0100
commitc38e3e9ee991078163abf88f19a1d1438ba91ee3 (patch)
treee4d37081f406fd7ffbfc904a79f4927be8eee317 /editors
parent07fb65abb83c1e06fbdb8b3616ede59921d70f8c (diff)
Support | as a surrounding pairs
Diffstat (limited to 'editors')
-rw-r--r--editors/code/language-configuration.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json
index b20e0d978..382484bc7 100644
--- a/editors/code/language-configuration.json
+++ b/editors/code/language-configuration.json
@@ -23,7 +23,8 @@
23 ["(", ")"], 23 ["(", ")"],
24 ["<", ">"], 24 ["<", ">"],
25 ["\"", "\""], 25 ["\"", "\""],
26 ["'", "'"] 26 ["'", "'"],
27 ["|", "|"]
27 ], 28 ],
28 "indentationRules": { 29 "indentationRules": {
29 "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", 30 "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",