danielbayley / atom-modular-snippets

:atom: A modular solution to snippets in @Atom.
https://atom.io/packages/modular-snippets
MIT License
9 stars 4 forks source link

allow multiple prefixes #9

Closed marcosjbarroso82 closed 11 months ago

marcosjbarroso82 commented 6 years ago

I've added the possibility of using multiple prefixes using an array instead of an string like this: "prefix": ["my_snippet", "another_name"]

I don't code in coffescript so the code might not be elegant. Feel free to change it or discard the PR. I hope it helps.

Regars, Marcos J. Barroso