ANN: Language module for the BBEdit text editor
I am pleased to announce the first release of a language module for editing Haskell source code from within the BBEdit text editor, available at http://code.google.com/p/bbedit-haskell/ The module implements these features: * color highlighting of keywords and comment, including nested comments * color syntax for characters and strings, including multi-line strings * scanning of function names; they appear in a drop-down menu in the editing window * automatic detection of .hs suffix * support for Un/Comment command available in BBEdit 10.1 and above BBEdit is a commercial text editor available for the MacOS X platform. Nicolas Godbout.
Glad to see this. The existing Haskell module was way out of date, last I used BB. Maybe I'll give it another shot if I take a break from Emacs. On Apr 25, 2012, at 2:55 PM, Nicolas Godbout wrote:
I am pleased to announce the first release of a language module for editing Haskell source code from within the BBEdit text editor, available at http://code.google.com/p/bbedit-haskell/
The module implements these features:
* color highlighting of keywords and comment, including nested comments * color syntax for characters and strings, including multi-line strings * scanning of function names; they appear in a drop-down menu in the editing window * automatic detection of .hs suffix * support for Un/Comment command available in BBEdit 10.1 and above
BBEdit is a commercial text editor available for the MacOS X platform.
Nicolas Godbout. _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
participants (2)
-
Jack Henahan -
Nicolas Godbout