Skip to content

Commit cfe760c

Browse files
authored
Merge pull request #102 from larsk21/editor-word-separators
Add configuration default for `editor.wordSeparators`
2 parents d7daeea + c7d82b3 commit cfe760c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode-lean4/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@
380380
"configurationDefaults": {
381381
"[lean4]": {
382382
"editor.unicodeHighlight.ambiguousCharacters": false,
383-
"editor.tabSize": 2
383+
"editor.tabSize": 2,
384+
"editor.wordSeparators": "`~@$%^&*()-=+[{]}⟨⟩⦃⦄⟦⟧⟮⟯‹›\\|;:\",.<>/"
384385
}
385386
}
386387
},

0 commit comments

Comments
 (0)