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.
Want to nest snippets into a folder structure #28
Open
Description
I want to create a snippets package with several nested folder structure.
snippets
-- javascript
-- my-snippet-code.cson
Currently it did not work, by exam the source code, it is default to the folder path snippets. How could I override the snippet package prototype getUserSnippetsPath function to hack the path variable to be one or two level deep into the snippets folder?