mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : trait T { .. }
|
|
# key: mix
|
|
# --
|
|
trait ${1:name} {
|
|
$0
|
|
} |