sway constant

LanguageInfo const sway

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

Implementation

static const LanguageInfo sway = LanguageInfo(
  name: 'Sway',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.sw'],
  filenames: [],
  interpreters: [],
  linguistColor: '#dea584',
  aceMode: 'rust',
  codeMirrorMode: 'rust',
  codeMirrorMimeType: 'text/x-rustsrc',
  textMateScope: 'source.sway',
);