{
	"triple for": {
		"prefix": "trifor",
		"body": [
			"for(let a = 0;a<L;a++){",
			"\tfor(let b = 0;b<M;b++){",
			"\t\tfor(let c = 0;c<N;c++){",
			"\t\t}",
			"\t}",
			"}"
		],
		"description": "triple for"
	}
}
  • \tで改行を表す