%PDF- %PDF-
Direktori : /www/specpages-backup/node_modules/highlight.js/es/languages/ |
Current File : /www/specpages-backup/node_modules/highlight.js/es/languages/plaintext.js |
/* Language: Plain text Author: Egor Rogov (e.rogov@postgrespro.ru) Description: Plain text without any highlighting. Category: common */ function plaintext(hljs) { return { name: 'Plain text', aliases: [ 'text', 'txt' ], disableAutodetect: true }; } export { plaintext as default };