literateHaskell constant

LanguageInfo const literateHaskell

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

Implementation

static const LanguageInfo literateHaskell = LanguageInfo(
  name: 'Literate Haskell',
  type: LanguageType.programming,
  aliases: [
    'lhaskell',
    'lhs',
  ],
  extensions: ['.lhs'],
  filenames: [],
  interpreters: [],
  linguistColor: '#5e5086',
  aceMode: 'text',
  codeMirrorMode: 'haskell-literate',
  codeMirrorMimeType: 'text/x-literate-haskell',
  textMateScope: 'text.tex.latex.haskell',
  group: 'Haskell',
);