ston constant

LanguageInfo const ston

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

Implementation

static const LanguageInfo ston = LanguageInfo(
  name: 'STON',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.ston'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.smalltalk',
  group: 'Smalltalk',
);