Computer Science Canada

Haskell Scheme for Programmers Notepad 2

Author:  haskell [ 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.

Author:  hsjjj [ Fri Feb 02, 2007 6:48 pm ]
Post subject:  RE:Haskell Scheme for Programmers Notepad 2

I would like to say thanks for this. Exactly what I was after Smile

Author:  haskell [ Sun Feb 04, 2007 2:27 pm ]
Post subject:  RE:Haskell Scheme for Programmers Notepad 2

Your welcome Smile.

I am currently working on an Eclipse plug-in and a Haskell [X]Emacs mode.


: