about summary refs log tree commit diff
path: root/snippets/js2-mode/module
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
committerGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
commit29c7632fd278e6d4228290956534a1195c488fad (patch)
treecaa09f8bb30ea8ef88e1086ea2281311168ae28f /snippets/js2-mode/module
parent8ba14144a32ee053d7fa27b836c632eed48b6f54 (diff)
Misc haskell stuff, snippets, etc
Diffstat (limited to 'snippets/js2-mode/module')
-rw-r--r--snippets/js2-mode/module12
1 files changed, 12 insertions, 0 deletions
diff --git a/snippets/js2-mode/module b/snippets/js2-mode/module
new file mode 100644
index 000000000000..dc79819d8979
--- /dev/null
+++ b/snippets/js2-mode/module
@@ -0,0 +1,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
\ No newline at end of file