pawelgrzybek / snippet-generator

Snippet generator for Visual Studio Code, Sublime Text and Atom
https://snippet-generator.app/
1.74k stars 202 forks source link

fix for #13 #19

Closed pranayrauthu closed 5 years ago

pranayrauthu commented 5 years ago

with this change users can add a escaped $ for vscode. If a code snippet contains $ user should escape it by prefixing it with \

pawelgrzybek commented 5 years ago

Hi.

Unfortunately it doesn't solve an issue described in issue #13. User shouldn't explicitly put any escape characters — it should all be handled by the app.

Thanks you for your contribution and effort though.