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

8 lines
107 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: context
# key: context
# --
context('$1', function() {
$2
})