You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I was just thinking that it would be nice for Atom to support a folder level snippet file, which would be used to extend the snippets.cson file in the Atom configuration directory.
A use case I could think of is if you have a team of people working on the same project and, instead of having to send around a snippets.cson, every time it's modified, you could just simply check it into version control and Atom could read it in cascading order:
<uses ~/.atom/snippets.cson
---- <.snippets(?) file found, import>
I'm not sure if this makes sense but it was just something I was kicking around today.