j constant

LanguageInfo const j

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

Implementation

static const LanguageInfo j = LanguageInfo(
  name: 'J',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.ijs'],
  filenames: [],
  interpreters: ['jconsole'],
  linguistColor: '#9EEDFF',
  aceMode: 'text',
  textMateScope: 'source.j',
);