pawelgrzybek / snippet-generator

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

'\' convert error in VSCode snippet #21

Closed sabertazimi closed 5 years ago

sabertazimi commented 5 years ago

In VSCode snippet, '\' should convert to '\' in body field.

pawelgrzybek commented 5 years ago

This is a great suggestion. I will be honest with you — my RegEx skills sucks. If you don;t mind to submit PR I am more than happy to accept it. The way how it works is simple to understand and logic is abstracted per editor. There is a VSCode .js file that needs some changes in logic.