mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Fix pairs language not highlighting
This commit is contained in:
@@ -105,6 +105,7 @@ export function getLanguageExtension({
|
||||
return graphql();
|
||||
}
|
||||
|
||||
console.log("SELECTING SYNTAX", language);
|
||||
const base = syntaxExtensions[language ?? 'text'] ?? text();
|
||||
if (!useTemplating) {
|
||||
return base;
|
||||
|
||||
Reference in New Issue
Block a user