File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ endsnippet
3232
3333snippet reqf " Required field" b
3434// ${4: TODO(`whoami`): Describe this field. }
35- optional ${1: type } `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ; // Required
35+ optional ${1} `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ; // Required
3636endsnippet
3737
3838snippet optf " Optional field" b
3939// ${4: TODO(`whoami`): Describe this field. }
40- optional ${1: type } `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ;
40+ optional ${1} `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ;
4141endsnippet
4242
4343snippet repf " Repeated field" b
4444// ${4: TODO(`whoami`): Describe this field. }
45- repeated ${1: type } `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ;
45+ repeated ${1} `!p snip.rv = complete(t[1 ], FIELD_TYPES ) ` ${2: name } = ${3: 1 } ;
4646endsnippet
4747
4848snippet enum " Enumeration" b
You can’t perform that action at this time.
0 commit comments