I am porting a vs code plugin extension to sublime text. The only problem I am facing right now is choice in placeholder.
for example in vs code when I create a snippet in ${1|you,me,us|}, then I get all choices in list format.
How can I achieve this with sublime? I want to put optional placeholders.