Welcome to mirror list, hosted at ThFree Co, Russian Federation.

erb.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8f7c07315cfdc520f513dbf0bfc451cced977b6 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/erb.js"],"names":["module","exports","hljs","subLanguage","contains","COMMENT","begin","end","excludeBegin","excludeEnd"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,YAAa,MACbC,SAAU,CACRF,EAAKG,QAAQ,MAAO,MACpB,CACEC,MAAO,WAAYC,IAAK,UACxBJ,YAAa,OACbK,cAAc,EACdC,YAAY","file":"highlight/erb.js?v=5b727faaadb574066a18","sourcesContent":["module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT('<%#', '%>'),\n      {\n        begin: '<%[%=-]?', end: '[%-]?%>',\n        subLanguage: 'ruby',\n        excludeBegin: true,\n        excludeEnd: true\n      }\n    ]\n  };\n};"],"sourceRoot":""}