Closed Resike closed 7 years ago
This should get covered as part of https://github.com/SublimeText/PackageDev/issues/67
Nice, it would be also nice if you could also add a way to create comments in .sublime-completions files.
This will be done as well.
looks like this has been fixed in https://github.com/SublimeText/PackageDev/pull/123 💯
\", \t, (, ), [, ], and , in the auto-completion triggers is not recognised properly.
{ "trigger": "time\t([\"timeDesc\"])", "contents": "time(${1:[timeDesc]})$0", },
It would be nice to highlight the \" and \t and accept every character in the string itself, just like on the "contents".