1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: #[test] fn test_name() { .. } # key: test # -- #[test] fn ${1:test_name}() { $0 }