UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

7 lines (6 loc) 390 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/cilk.ts languageMap["cilk-c"] = languageMap.cilkc = languageMap.cilk = languageMap["cilk-cpp"] = languageMap.cilkcpp = bracketIndenting(clikeComment, clikeIndent); //#endregion //# sourceMappingURL=cilk.js.map