nwScript constant

LanguageInfo const nwScript

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

Implementation

static const LanguageInfo nwScript = LanguageInfo(
  name: 'NWScript',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.nss'],
  filenames: [],
  interpreters: [],
  linguistColor: '#111522',
  aceMode: 'c_cpp',
  codeMirrorMode: 'clike',
  codeMirrorMimeType: 'text/x-csrc',
  textMateScope: 'source.c.nwscript',
);