7 lines
99 B
Text
7 lines
99 B
Text
# -*- mode: snippet -*-
|
|
# name: before
|
|
# key: bef
|
|
# --
|
|
before(function() {
|
|
$1
|
|
})
|