File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ endsnippet
32
32
33
33
snippet reqf " Required field" b
34
34
// ${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
36
36
endsnippet
37
37
38
38
snippet optf " Optional field" b
39
39
// ${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 } ;
41
41
endsnippet
42
42
43
43
snippet repf " Repeated field" b
44
44
// ${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 } ;
46
46
endsnippet
47
47
48
48
snippet enum " Enumeration" b
You can’t perform that action at this time.
0 commit comments