UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

7 lines (6 loc) 334 B
import { s as languageMap } from "../core-E7btWBqK.js"; import { r as bracketIndenting } from "../shared-CMfzVEi9.js"; //#region src/languages/python.ts languageMap.rpy = languageMap.renpy = languageMap.py = languageMap.python = bracketIndenting({ line: "#" }, /[([{][^)\]}]*$|:\s*$/); //#endregion //# sourceMappingURL=python.js.map