Skip to content

Commit d32da8d

Browse files
committed
[folding] configure plain text to use offSide folding. Fixes microsoft#73444
1 parent e5cb7e9 commit d32da8d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vs/editor/common/modes/modesRegistry.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ LanguageConfigurationRegistry.register(PLAINTEXT_LANGUAGE_IDENTIFIER, {
6060
['(', ')'],
6161
['[', ']'],
6262
['{', '}'],
63-
]
63+
],
64+
folding: {
65+
offSide: true
66+
}
6467
});

0 commit comments

Comments
 (0)