This package helps to use custom Snippets in an XML
or HTML
file.
Opposed to the local Snippets feature of Atom with this package you can link to a .json
File on the Internet.
[
{
"description": "Describe your Snippets in a few Words",
"displayText": "@IdentifierThatMustStartWith@",
"snippet": "Your Snippet Code"
}
]
apm install custom-snippets
or search custom-snippets
under packages within Atom.
MIT © Jérôme Hadorn
Thanks to @lonekorean for the base repository.