blob: 3a2af6928c2a90f72c208153b96121f94cda1b21 [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-7306d4d638cda04e1495.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":""}