Formatting Multiple add_theme_support Arguments

You need to use one add_theme_support() call for each feature. Per the Codex, the proper function call is:

add_theme_support( $feature, $arguments );