bugfix: start of regular expression is changed from pug`
to pug\\s*`
.
bugfix: end of regular expression is changed from `
to \\s*`
.
test.js (sample code) is updated.
Make code shorter
bugfix: end of regular expression is changed from `
to \\s*(`)
.
bugfix: comment shortcut is changed from //
to //-
.
Initial release of vscode-react-pug