Fix pairs language not highlighting

This commit is contained in:
Gregory Schier
2025-01-11 08:54:45 -08:00
parent 3d3ff2824f
commit 88b410bf99
5 changed files with 10 additions and 11 deletions

View File

@@ -105,6 +105,7 @@ export function getLanguageExtension({
return graphql();
}
console.log("SELECTING SYNTAX", language);
const base = syntaxExtensions[language ?? 'text'] ?? text();
if (!useTemplating) {
return base;