Skip to content

Commit

Permalink
Update word separators config
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Dec 12, 2024
1 parent fefefee commit 10d72fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"contributes": {
"configurationDefaults": {
"[clojure]": {
"editor.wordSeparators": "()[]{}\\,;@$%^&|\"`~"
"editor.wordSeparators": "()[]{}\\/,;@$%^&|\"`~\/"
}
},
"configuration": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"package": "npx @vscode/vsce package"
},
"devDependencies": {
"@vscode/vsce": "^2.29.0",
"@vscode/vsce": "^3.2.1",
"shadow-cljs": "^2.28.8"
},
"dependencies": {
Expand Down

0 comments on commit 10d72fd

Please sign in to comment.