logtalk constant

LanguageInfo const logtalk

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

Implementation

static const LanguageInfo logtalk = LanguageInfo(
  name: 'Logtalk',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.lgt',
    '.logtalk',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#295b9a',
  aceMode: 'text',
  textMateScope: 'source.logtalk',
);