public function getSupportedMetaFiles() { $text = new Meta\Text(); return ['php' => new Meta\Base(), 'js' => $text, 'css' => $text, 'less' => $text, 'scss' => $text, 'twig' => new Meta\Twig()]; }