prism-code-editor
Version:
Lightweight, extensible code editor component for the web using Prism
10 lines (9 loc) • 301 B
JavaScript
import { s as languageMap } from "../core-E7btWBqK.js";
import { r as bracketIndenting } from "../shared-CMfzVEi9.js";
//#region src/languages/lilypond.ts
languageMap.ly = languageMap.lilypond = bracketIndenting({
line: "%",
block: ["%{", "%}"]
});
//#endregion
//# sourceMappingURL=lilypond.js.map