soong constant

LanguageInfo const soong

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

Implementation

static const LanguageInfo soong = LanguageInfo(
  name: 'Soong',
  type: LanguageType.data,
  aliases: [],
  extensions: [],
  filenames: ['Android.bp'],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.bp',
);