shellCheckConfig constant

LanguageInfo const shellCheckConfig

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

Implementation

static const LanguageInfo shellCheckConfig = LanguageInfo(
  name: 'ShellCheck Config',
  type: LanguageType.data,
  aliases: ['shellcheckrc'],
  extensions: [],
  filenames: ['.shellcheckrc'],
  interpreters: [],
  linguistColor: '#cecfcb',
  aceMode: 'ini',
  codeMirrorMode: 'properties',
  codeMirrorMimeType: 'text/x-properties',
  textMateScope: 'source.shellcheckrc',
);