tvl-depot/snippets/js2-mode/module
2018-09-18 10:18:20 -04:00

12 lines
No EOL
273 B
Text

# key: module
# name: module
# expand-env: ((yas-indent-line (quote fixed)))
# condition: (= (length "module") (current-column))
# --
/**
* @fileOverview $1
* @name ${2:`(file-name-nondirectory (buffer-file-name))`}
* @author Griffin Smith
* @license Proprietary
*/
$3