Add C comment block snippet
This commit is contained in:
parent
2faa156aae
commit
6f653e8ad9
@ -11,6 +11,11 @@ def complete(t, opts):
|
|||||||
return '(' + '|'.join(opts) + ')'
|
return '(' + '|'.join(opts) + ')'
|
||||||
endglobal
|
endglobal
|
||||||
|
|
||||||
|
snippet /* "comment block"
|
||||||
|
/* $0
|
||||||
|
*/
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet sizeof "sizeof" i
|
snippet sizeof "sizeof" i
|
||||||
sizeof($1)$0
|
sizeof($1)$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user