mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: method
|
|
# key: method
|
|
# --
|
|
$1.prototype.$2 = function($3){
|
|
${0}
|
|
};
|