diff options
Diffstat (limited to 'users/grfn/emacs.d/snippets/js2-mode/context')
-rw-r--r-- | users/grfn/emacs.d/snippets/js2-mode/context | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/snippets/js2-mode/context b/users/grfn/emacs.d/snippets/js2-mode/context new file mode 100644 index 000000000000..d83809f3c35e --- /dev/null +++ b/users/grfn/emacs.d/snippets/js2-mode/context @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: context +# key: context +# -- +context('$1', function() { + $2 +}) |