blob: 55fc633d6e4dc90147ba0ba099cb27953ed9fc11 [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-c2bd53a3893df8b06a37.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":""}