tvl-depot/snippets/js2-mode/context
2019-07-09 17:50:51 -04:00

7 lines
107 B
Text

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