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: 151196e6270b972e2c8366d72502d6233bccf8ed (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=4d286619396b9ae84a0c","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":""}