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/plaintext.js.map')
-rw-r--r--js/highlight/plaintext.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/plaintext.js.map b/js/highlight/plaintext.js.map
index 391c36455..9fca01ba9 100644
--- a/js/highlight/plaintext.js.map
+++ b/js/highlight/plaintext.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/plaintext.js"],"names":["module","exports","hljs","disableAutodetect"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACtB,MAAO,CACHC,mBAAmB","file":"highlight/plaintext.js?v=ffa7acf0149d51dde0eb","sourcesContent":["module.exports = function(hljs) {\n return {\n disableAutodetect: true\n };\n};"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/plaintext.js"],"names":["module","exports","hljs","name","aliases","disableAutodetect"],"mappings":"oGAkBAA,EAAOC,QAXP,SAAmBC,GACjB,MAAO,CACLC,KAAM,aACNC,QAAS,CACP,OACA,OAEFC,mBAAmB","file":"highlight/plaintext.js?v=883209f105956d9f37da","sourcesContent":["/*\nLanguage: Plain text\nAuthor: Egor Rogov (e.rogov@postgrespro.ru)\nDescription: Plain text without any highlighting.\nCategory: common\n*/\n\nfunction plaintext(hljs) {\n return {\n name: 'Plain text',\n aliases: [\n 'text',\n 'txt'\n ],\n disableAutodetect: true\n };\n}\n\nmodule.exports = plaintext;\n"],"sourceRoot":""} \ No newline at end of file