Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/highlight.js/es/languages/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/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 };