sas constant

LanguageInfo const sas

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

Implementation

static const LanguageInfo sas = LanguageInfo(
  name: 'SAS',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.sas'],
  filenames: [],
  interpreters: [],
  linguistColor: '#B34936',
  aceMode: 'text',
  codeMirrorMode: 'sas',
  codeMirrorMimeType: 'text/x-sas',
  textMateScope: 'source.sas',
);