mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00

The format is: # var-name: value Previously snippets used a mixture of the following formatting: #var-name: value #var-name : value # var-name: value # var-name : value
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
# Author: Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
|
|
# name: trait T1 extends C with T2 { .. }
|
|
# key: tr
|
|
# --
|
|
trait ${1:name} extends ${2:class} with ${3:trait} {
|
|
$0
|
|
} |