openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

htmlembedded.min.js (927B)


      1 (function(e){if(typeof exports=='object'&&typeof module=='object')e(require('../../lib/codemirror'),require('../htmlmixed/htmlmixed'),require('../../addon/mode/multiplex'));else if(typeof define=='function'&&define.amd)define(['../../lib/codemirror','../htmlmixed/htmlmixed','../../addon/mode/multiplex'],e);else e(CodeMirror)})(function(e){'use strict';e.defineMode('htmlembedded',function(d,i){return e.multiplexingMode(e.getMode(d,'htmlmixed'),{open:i.open||i.scriptStartRegex||'<%',close:i.close||i.scriptEndRegex||'%>',mode:e.getMode(d,i.scriptingModeSpec)})},'htmlmixed');e.defineMIME('application/x-ejs',{name:'htmlembedded',scriptingModeSpec:'javascript'});e.defineMIME('application/x-aspx',{name:'htmlembedded',scriptingModeSpec:'text/x-csharp'});e.defineMIME('application/x-jsp',{name:'htmlembedded',scriptingModeSpec:'text/x-java'});e.defineMIME('application/x-erb',{name:'htmlembedded',scriptingModeSpec:'ruby'})});