A variety of comment snippets for Sublime Text
trigger: /*⇥
/*
* Description
*/
trigger: /*!⇥
/*!
* Description
*/
trigger: /**⇥
/**
* Description
*/
trigger: /***⇥
/**
* Description
*
* @param {Object} opt - Foo
*
* @return {number} b - Bar
*/
trigger: /***⇥
/**
* Description
*
* @param string $a Foo
*
* @return int $b Bar
*/
trigger: #!⇥
#!/usr/bin/env bash
#
# Description
# Usage: ./<current filename>