Better editor updating

This commit is contained in:
Gregory Schier
2023-02-28 12:41:03 -08:00
parent d77ed0c5cc
commit be7ef7beb1
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,
}: {