Description Webscripts XML Files - odtorres/Alfresco-Sublime-Snippets GitHub Wiki
Just type the command and press ctrl + space
<webscript>
<shortname>human readable name for the Web Script</shortname>
<description>(optional) is documentation for the Web Script </description>
<url>/org/helloworld?to={name}</url>
<url>/org/hello/world?to={name}</url>
<authentication>user</authentication>
<format default="html">extension</format>
<family>name of family</family>
</webscript>