tvl-depot/users/grfn/emacs.d/snippets/js2-mode/context

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
107 B
Text
Raw Normal View History

2019-07-09 23:50:51 +02:00
# -*- mode: snippet -*-
# name: context
# key: context
# --
context('$1', function() {
$2
})