Add syntax highlighting for Haskell
The Haskell language (http://haskell.org) is rapidly growing in popularity. Many developers (including myself) find its flexibility and ability to express abstractions to be an irresistible tool for the work we do.
Currently, no editors on the Android platform provide syntax highlighting for Haskell. We'd love to be able to edit our Haskell programs on our tablets and even our smartphones. DroidEdit is a wonderful piece of software and this ability, combined with the SFTP and Dropbox integration, would make it an invaluable tool in the Haskell community.
1 comment
-
Ehtesh Choudhury
commented
In general, maybe you want to add syntax highlighting using something like pygments? That way you don't have to manually track the code yourself. Too bad Pygments is in Python, though.