robotsDotTxt constant

LanguageInfo const robotsDotTxt

The information provided by linguist about the "robots.txt" language or content type.

Implementation

static const LanguageInfo robotsDotTxt = LanguageInfo(
  name: 'robots.txt',
  type: LanguageType.data,
  aliases: ['robots', 'robots txt'],
  extensions: [],
  filenames: ['robots.txt'],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'text.robots-txt',
);