Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10844 from VenessaJohansenBarrera/addHaskell
Browse files Browse the repository at this point in the history
Added Haskell as a language
  • Loading branch information
abose committed Apr 13, 2015
2 parents 2098061 + 3f6ce1b commit a693c92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,13 @@
"swf", "tar", "tif", "tiff", "ttf", "woff", "xls", "xlsx", "zip"
],
"isBinary": true
},

"haskell": {
"name": "Haskell",
"mode": "haskell",
"fileExtensions": ["hs"],
"blockComment": ["{-", "-}"],
"lineComment": ["--"]
}
}

0 comments on commit a693c92

Please sign in to comment.