summaryrefslogtreecommitdiff
path: root/src/ts/editor-standalone.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts/editor-standalone.ts')
-rw-r--r--src/ts/editor-standalone.ts2
1 files changed, 1 insertions, 1 deletions
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';
}