confi-emacs-actual/snippets/js-mode/method

8 lines
102 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: method() { ... }
# key: m
# uuid: m
# --
${1:method}($2) {
`%`$0
}