Skip to content

Commit

Permalink
chore(readme): fix code backslash escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR committed Apr 16, 2018
1 parent b713e77 commit 2f45c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This sample configuration will replace single quotes with double quotes.
"regreplace.commands": [
{
"name": "single to double quote",
"match": "\\\\.html?$", // html
"match": "\\.html?$", // html
"regexp": "(')(.*?)(')", // single quotes
"global": true, // global
"replace": "\"$2\"" // replace with double quotes
Expand Down

0 comments on commit 2f45c4f

Please sign in to comment.