angelScript constant

LanguageInfo const angelScript

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

Implementation

static const LanguageInfo angelScript = LanguageInfo(
  name: 'AngelScript',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.as',
    '.angelscript',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#C7D7DC',
  aceMode: 'text',
  codeMirrorMode: 'clike',
  codeMirrorMimeType: 'text/x-c++src',
  textMateScope: 'source.angelscript',
);