linguist-languages
Version:
Linguist languages.yml in JSON format
22 lines (21 loc) • 380 B
TypeScript
declare const _: {
"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
}
export = _