about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/js2-mode/context
# -*- mode: snippet -*-
# name: context
# key: context
# --
context('$1', function() {
              $2
})