Skip to content

Commit

Permalink
feat: updated inline-fold plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 3, 2024
1 parent f667d4d commit 1908d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"explorer.sortOrder": "filesFirst",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
"editor.defaultFormatter": "svelte.svelte-vscode",
"inlineFold.regex": "(src|href)=(({(`|))|(['\"`]))(.*?)(\\2|(\\4)})"
},
"editor.quickSuggestions": {
"strings": "on"
Expand Down

0 comments on commit 1908d56

Please sign in to comment.