diff options
Diffstat (limited to 'src/ts/editor-standalone.ts')
| -rw-r--r-- | src/ts/editor-standalone.ts | 2 |
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'; } |
