Skip to content

Commit 9f13645

Browse files
authored
Merge pull request #2545 from Danmou/patch-1
Add ~ and _ to autoclosing brackets
2 parents bbbbe9a + 1162443 commit 9f13645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const DEFAULT_CONFIG = {
4747
enableRulers: false,
4848
rulers: [80, 120],
4949
displayLineNumbers: true,
50-
matchingPairs: '()[]{}\'\'""$$**``',
50+
matchingPairs: '()[]{}\'\'""$$**``~~__',
5151
matchingTriples: '```"""\'\'\'',
5252
explodingPairs: '[]{}``$$',
5353
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'

0 commit comments

Comments
 (0)