Untitled

 avatar
unknown
plain_text
2 years ago
398 B
7
Indexable
"EndComment": {
		"prefix": "endComment",
		"body": [
		  "/* SRTR-${1:XXXX} END */"
		],
		"description": "EndComment"
	  },
"StartComment": {
		"prefix": "startComment",
		"body": [
		  "/* SRTR-${1:XXXX} START */"
		],
		"description": "StartComment"
	  },
"OneLine": {
		"prefix": "oneLineComment",
		"body": [
		  "/* SRTR-${1:XXXX} */"
		],
		"description": "OneLine"
	  }
Editor is loading...