mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Add ~ and _ to autoclosing brackets
This commit is contained in:
@@ -47,7 +47,7 @@ export const DEFAULT_CONFIG = {
|
|||||||
enableRulers: false,
|
enableRulers: false,
|
||||||
rulers: [80, 120],
|
rulers: [80, 120],
|
||||||
displayLineNumbers: true,
|
displayLineNumbers: true,
|
||||||
matchingPairs: '()[]{}\'\'""$$**``',
|
matchingPairs: '()[]{}\'\'""$$**``~~__',
|
||||||
matchingTriples: '```"""\'\'\'',
|
matchingTriples: '```"""\'\'\'',
|
||||||
explodingPairs: '[]{}``$$',
|
explodingPairs: '[]{}``$$',
|
||||||
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'
|
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'
|
||||||
|
|||||||
Reference in New Issue
Block a user