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

fix.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddd3c61da25d0b75d136829103424825c0607796 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/fix.js"],"names":["module","exports","hljs","contains","begin","end","excludeEnd","returnBegin","returnEnd","className","excludeBegin","case_insensitive"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACV,CACEC,MAAO,mBACPC,IAAK,iBACLC,YAAY,EACZC,aAAa,EACbC,WAAW,EACXL,SAAU,CACV,CACEC,MAAO,sBACPC,IAAK,uBACLG,WAAW,EACXD,aAAa,EACbE,UAAW,QAEb,CACEL,MAAO,IACPC,IAAK,mBACLC,YAAY,EACZI,cAAc,EACdD,UAAW,aAGfE,kBAAkB","file":"highlight/fix.js?v=9d0168b72c89447c7e1d","sourcesContent":["module.exports = function(hljs) {\n  return {\n    contains: [\n    {\n      begin: /[^\\u2401\\u0001]+/,\n      end: /[\\u2401\\u0001]/,\n      excludeEnd: true,\n      returnBegin: true,\n      returnEnd: false,\n      contains: [\n      {\n        begin: /([^\\u2401\\u0001=]+)/,\n        end: /=([^\\u2401\\u0001=]+)/,\n        returnEnd: true,\n        returnBegin: false,\n        className: 'attr'\n      },\n      {\n        begin: /=/,\n        end: /([\\u2401\\u0001])/,\n        excludeEnd: true,\n        excludeBegin: true,\n        className: 'string'\n      }]\n    }],\n    case_insensitive: true\n  };\n};"],"sourceRoot":""}