netLogo constant

LanguageInfo const netLogo

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

Implementation

static const LanguageInfo netLogo = LanguageInfo(
  name: 'NetLogo',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.nlogo'],
  filenames: [],
  interpreters: [],
  linguistColor: '#ff6375',
  aceMode: 'lisp',
  codeMirrorMode: 'commonlisp',
  codeMirrorMimeType: 'text/x-common-lisp',
  textMateScope: 'source.lisp',
);