Files
2025-11-25 22:42:56 +01:00

21 lines
352 B
JSON

{
"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
}