aspDotNet constant

LanguageInfo const aspDotNet

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

Implementation

static const LanguageInfo aspDotNet = LanguageInfo(
  name: 'ASP.NET',
  type: LanguageType.programming,
  aliases: [
    'aspx',
    'aspx-vb',
  ],
  extensions: [
    '.asax',
    '.ascx',
    '.ashx',
    '.asmx',
    '.aspx',
    '.axd',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#9400ff',
  aceMode: 'text',
  codeMirrorMode: 'htmlembedded',
  codeMirrorMimeType: 'application/x-aspx',
  textMateScope: 'text.html.asp',
);