Lines Matching refs:language
124 // https://prismjs.com/plugins/show-language/
127 "$BASE_PRISM_CDN/plugins/show-language/prism-show-language.min.js",
233 * It contains the language
237 $language = $attributes->getValue(TagAttributes::TYPE_KEY);
238 if ($language == null) {
239 // Prism does not have any default language
241 // but without language, there is no styling
242 $language = "txt";
244 $language = strtolower($language);
248 if (in_array($language, Tag\WebCodeTag::MARKIS)) {
252 $language = "html";
257 switch ($language) {
259 $language = "r";
263 $language = "batch";
266 $language = "regex";
270 $language = "twig";
273 $language = "apacheconf";
276 $language = "jsx";
279 $language = "g4";
285 $codeAttributes->addClassName('language-' . $language);
324 switch ($language) {
369 $fileName = "file." . $language;
408 * The autoloader try to download all language