blob: 620a81dece3be01587332ab5a0f6fe371e9ee45f [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-1f332c8e32c893237ede.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":""}