UNPKG

linguist-languages

Version:
21 lines (20 loc) 367 B
export default { "name": "Haskell", "type": "programming", "color": "#5e5086", "extensions": [ ".hs", ".hs-boot", ".hsc" ], "interpreters": [ "runghc", "runhaskell", "runhugs" ], "tmScope": "source.haskell", "aceMode": "haskell", "codemirrorMode": "haskell", "codemirrorMimeType": "text/x-haskell", "languageId": 157 }