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.
1 parent 7693f35 commit 68c2a97Copy full SHA for 68c2a97
src/closebrackets.ts
@@ -61,7 +61,7 @@ export function closeBrackets(): Extension {
61
return [inputHandler, bracketState]
62
}
63
64
-const definedClosing = "()[]{}<>"
+const definedClosing = "()[]{}<>«»»«[]{}"
65
66
function closing(ch: number) {
67
for (let i = 0; i < definedClosing.length; i += 2)
0 commit comments