diff options
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": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", |