Hi,
I’m trying to create some custom autocompletions. It works fine as long as I don’t use quotation marks. For example,
{ "trigger": "<Test", "contents": "<Test>"}
works as expected. I type <T and it autocompletes to <Test>. But the following doesn’t work:
{ "trigger": "\"Test", "contents": "\"Test\""}.
If I type T and choose autocomplete then I end up with "Test", which is finde, but if I type "T then I end up with "Test"", two quotation marks at the end. Am I doing something wrong?
I’m using Sublime 3, Build 3083, Windows 7, 64 bit