perl constant

LanguageInfo const perl

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

Implementation

static const LanguageInfo perl = LanguageInfo(
  name: 'Perl',
  type: LanguageType.programming,
  aliases: ['cperl'],
  extensions: [
    '.pl',
    '.al',
    '.cgi',
    '.fcgi',
    '.perl',
    '.ph',
    '.plx',
    '.pm',
    '.psgi',
    '.t',
  ],
  filenames: [
    '.latexmkrc',
    'Makefile.PL',
    'Rexfile',
    'ack',
    'cpanfile',
    'latexmkrc',
  ],
  interpreters: [
    'cperl',
    'perl',
  ],
  linguistColor: '#0298c3',
  aceMode: 'perl',
  codeMirrorMode: 'perl',
  codeMirrorMimeType: 'text/x-perl',
  textMateScope: 'source.perl',
);