Posted: Tue Dec 26, 2006 9:39 pm Post subject: Haskell Scheme for Programmers Notepad 2
I made a quick scheme for my favorite code editor, Programmers Notepad.
It gives basic syntax highlighting for the users of Haskell and Programmers Notepad.
To Install
- Extract the files into the /Programmers Notepad/schemes/ folder.
- Restart Programmers Notepad if necessary.
code:
as case of class data default deriving do forall foreign hiding if then else import infix infixl infixr instance let in mdo module newtype qualified type where Int String Char Bool Double True False
I took these out of the Haskell98 report. If there are any keywords I am missing, please tell me and I will edit it ASAP.
Feel free to change and add-on to this, but please post any modifications.