Better editor updating

This commit is contained in:
Gregory Schier
2023-02-28 12:41:03 -08:00
parent e6389b1153
commit a1e42b8ddb
5 changed files with 106 additions and 71 deletions

View File

@@ -88,7 +88,7 @@ const syntaxExtensions: Record<string, { base: LanguageSupport; ext: any[] }> =
url: { base: url(), ext: [] },
};
export function syntaxExtension({
export function getLanguageExtension({
contentType,
useTemplating,
}: {