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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/highlight/fix.js.map')
-rw-r--r--js/highlight/fix.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/fix.js.map b/js/highlight/fix.js.map
index c4629f3e3..d9f306116 100644
--- a/js/highlight/fix.js.map
+++ b/js/highlight/fix.js.map
@@ -1 +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=fe29fb4febe5cd079b7a","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":""} \ No newline at end of file
+{"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=d27e24fa6ad6c8f50cc8","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":""} \ No newline at end of file