UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

7 lines (6 loc) 361 B
import { s as languageMap } from "../core-E7btWBqK.js"; import { a as clikeIndent, i as clikeComment, r as bracketIndenting } from "../shared-CMfzVEi9.js"; //#region src/languages/unrealscript.ts languageMap.uc = languageMap.uscript = languageMap.unrealscript = bracketIndenting(clikeComment, clikeIndent); //#endregion //# sourceMappingURL=unrealscript.js.map