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

plaintext.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45db4d6c582627b8d9e856bf5fcdb824d2ffa1a3 (plain)
1
{"version":3,"file":"highlight/plaintext.js?v=6105fbd096df916ddba8","mappings":"2FAkBAA,EAAOC,QAXP,SAAmBC,GACjB,MAAO,CACLC,KAAM,aACNC,QAAS,CACP,OACA,OAEFC,mBAAmB","sources":["webpack:///text/node_modules/highlight.js/lib/languages/plaintext.js"],"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"],"names":["module","exports","hljs","name","aliases","disableAutodetect"],"sourceRoot":""}