blob: ab80d95e68f96019e623ae8dfff859b693df4a39 [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-728d004a8e8b68e4dbdc.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":""}