We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbbbe9a + 1162443 commit 9f13645Copy full SHA for 9f13645
1 file changed
browser/main/lib/ConfigManager.js
@@ -47,7 +47,7 @@ export const DEFAULT_CONFIG = {
47
enableRulers: false,
48
rulers: [80, 120],
49
displayLineNumbers: true,
50
- matchingPairs: '()[]{}\'\'""$$**``',
+ matchingPairs: '()[]{}\'\'""$$**``~~__',
51
matchingTriples: '```"""\'\'\'',
52
explodingPairs: '[]{}``$$',
53
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'
0 commit comments