pic constant

LanguageInfo const pic

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

Implementation

static const LanguageInfo pic = LanguageInfo(
  name: 'Pic',
  type: LanguageType.markup,
  aliases: ['pikchr'],
  extensions: [
    '.pic',
    '.chem',
  ],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  codeMirrorMode: 'troff',
  codeMirrorMimeType: 'text/troff',
  textMateScope: 'source.pic',
  group: 'Roff',
);