From 95e121dded311009d119ff12753ff4be4b869177 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 4 Jan 2026 22:21:24 -0800 Subject: Add tabloid language support --- src/ts/editor-standalone.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ts/editor-standalone.ts') diff --git a/src/ts/editor-standalone.ts b/src/ts/editor-standalone.ts index 2d4eab8..45e6573 100644 --- a/src/ts/editor-standalone.ts +++ b/src/ts/editor-standalone.ts @@ -10,7 +10,7 @@ const adelieEditor = { init( element: HTMLElement | string, options?: { - language?: 'javascript' | 'css' | 'html'; + language?: 'javascript' | 'css' | 'html' | 'tabloid'; initialCode?: string; theme?: 'light' | 'dark'; } -- cgit v1.2.3-70-g09d2