diff options
author | Smittyvb <[email protected]> | 2021-04-22 20:57:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-22 20:57:30 +0100 |
commit | c38e3e9ee991078163abf88f19a1d1438ba91ee3 (patch) | |
tree | e4d37081f406fd7ffbfc904a79f4927be8eee317 /editors | |
parent | 07fb65abb83c1e06fbdb8b3616ede59921d70f8c (diff) |
Support | as a surrounding pairs
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/language-configuration.json | 3 |
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": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", |