This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Snippet dotfile request. #136
Open
Description
From @toddmbloom on May 13, 2015 16:48
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.
Copied from original issue: atom/atom#6768