linguist-languages
Version:
Linguist languages.yml in JSON format
21 lines (20 loc) • 367 B
JavaScript
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
}