realBasic constant

LanguageInfo const realBasic

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

Implementation

static const LanguageInfo realBasic = LanguageInfo(
  name: 'REALbasic',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.rbbas',
    '.rbfrm',
    '.rbmnu',
    '.rbres',
    '.rbtbar',
    '.rbuistate',
  ],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.vbnet',
);