about summary refs log tree commit diff
path: root/users/aspen/emacs/snippets/js2-mode/module
blob: dc79819d8979f56af8b37c46065b669a4579762d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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