diff options
| author | Chris Price <price.c@gmail.com> | 2022-01-17 20:08:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 20:08:39 +0000 |
| commit | c18ee35ce84ea42aa16f9d9754f628b5cfe2e94e (patch) | |
| tree | 81e70765a7b24e82d5e0c65a0713888cbd2da27c /editors/code | |
| parent | 8be2be8c794192c32b1814d6a0be04c68af13855 (diff) | |
| download | rust-c18ee35ce84ea42aa16f9d9754f628b5cfe2e94e.tar.gz rust-c18ee35ce84ea42aa16f9d9754f628b5cfe2e94e.zip | |
fix: remove pipe from surroundingPairs
Closes https://github.com/rust-analyzer/rust-analyzer/issues/11192
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/language-configuration.json | 3 |
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": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", |
