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: 0a8e57ecdca1f3ec1673d61b478ff56f294941ea (plain)
1
{"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=af084a9b1d30cd3bc4c4","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":""}