blob: cdac8d1c5e1511ee6d9f40f53c4bb0d2f33b6776 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/plaintext.js"],"names":["module","exports","hljs","name","aliases","disableAutodetect"],"mappings":"8EAcAA,EAAOC,QARP,SAAmBC,GACjB,MAAO,CACLC,KAAM,aACNC,QAAS,CAAC,OAAQ,OAClBC,mBAAmB","file":"react-syntax-highlighter_languages_highlight_plaintext-a70a722966c263f7d4f1.js","sourcesContent":["/*\nLanguage: Plain text\nAuthor: Egor Rogov (e.rogov@postgrespro.ru)\nDescription: Plain text without any highlighting.\nCategory: common\n*/\nfunction plaintext(hljs) {\n return {\n name: 'Plain text',\n aliases: ['text', 'txt'],\n disableAutodetect: true\n };\n}\n\nmodule.exports = plaintext;"],"sourceRoot":""}