summaryrefslogtreecommitdiff
path: root/src/ts/editor-standalone.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2026-01-04 22:21:24 -0800
committerElizabeth Hunt <me@liz.coffee>2026-01-04 22:23:06 -0800
commit95e121dded311009d119ff12753ff4be4b869177 (patch)
tree081ab584fb9634d598ed05bf913a9f6691bd82b5 /src/ts/editor-standalone.ts
parent7023dc1f29ff747a9d2fc3bf0cf0ec3fffacd0b1 (diff)
downloadadelie-95e121dded311009d119ff12753ff4be4b869177.tar.gz
adelie-95e121dded311009d119ff12753ff4be4b869177.zip
Add tabloid language support
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';
}