diff --git a/src/extension.ts b/src/extension.ts index d49714782..fa79070c0 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -600,11 +600,6 @@ function enableScaladocIndentation() { afterText: /^\s*\*\/$/, action: { indentAction: IndentAction.IndentOutdent, appendText: " * " } }, - { - // e.g. | - beforeText: /^(\s*\|.*|.*"""\|)$/, - action: { indentAction: IndentAction.Indent, appendText: "|" } - }, { // e.g. /** ...| beforeText: /^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,