saltStack constant

LanguageInfo const saltStack

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

Implementation

static const LanguageInfo saltStack = LanguageInfo(
  name: 'SaltStack',
  type: LanguageType.programming,
  aliases: [
    'saltstate',
    'salt',
  ],
  extensions: ['.sls'],
  filenames: [],
  interpreters: [],
  linguistColor: '#646464',
  aceMode: 'yaml',
  codeMirrorMode: 'yaml',
  codeMirrorMimeType: 'text/x-yaml',
  textMateScope: 'source.yaml.salt',
);