pawelgrzybek / snippet-generator

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

Escape " with \" in Atom and VSCode broken in Snippet Description and Tab Trigger #76

Open ThomasLandstra opened 2 years ago

ThomasLandstra commented 2 years ago

When quotation marks (") were used in snippet descriptions or triggers it did not replace them with \". This is an issue in both Atom and VSCode. When using single quotation marks in Atom (') it did not replace them with \'. This is only an issue in Atom.

Ps. I'd like to try to fix this one if possible 😄.