UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

12 lines (11 loc) 391 B
import { l as languageMap } from "../index-q0zRzWVD.js"; import { b as bracketIndenting, c as clikeComment } from "../index-Dd0LEIyM.js"; languageMap.css = bracketIndenting({ block: ["/*", "*/"] }); languageMap.less = languageMap.scss = bracketIndenting(); languageMap.sass = { comments: clikeComment // Let's not bother with auto-indenting for sass }; //# sourceMappingURL=css.js.map