There is also Leksah and GVim<br><br><div class="gmail_quote">On Fri, Aug 27, 2010 at 2:14 PM, C. McCann <span dir="ltr"><<a href="mailto:cam@uptoisomorphism.net">cam@uptoisomorphism.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Aug 27, 2010 at 7:40 AM, Andrew Coppin<br>
<<a href="mailto:andrewcoppin@btinternet.com">andrewcoppin@btinternet.com</a>> wrote:<br>
> Unfortunately, I haven't found anything for Windows yet which has syntax<br>
> hilighting for Haskell.<br>
><br>
> I use SciTE, which has hilighting for a bazillion languages (including XML<br>
> and JSON), but not Haskell sadly.<br>
<br>
</div>Veering somewhat offtopic, but last time I checked, SciTE does have<br>
lexer support for Haskell, it just doesn't actually include (for<br>
unknown reasons) a language properties file to go with it. If you give<br>
it one, syntax highlighting mostly works. You can write your own if<br>
you like--the .properties files have a pretty simple<br>
"<a href="http://property.name" target="_blank">property.name</a>=value" syntax, which is mildly amusing in the context<br>
of this email thread--or borrow someone else's, such as this one:<br>
<a href="http://www4.in.tum.de/~haftmann/resources/haskell.properties" target="_blank">http://www4.in.tum.de/~haftmann/resources/haskell.properties</a> A few<br>
tweaks in the global properties are required to get everything<br>
working--I don't remember the details, but it didn't take me long to<br>
figure it out.<br>
<br>
Also, on Windows, I'm aware of at least Notepad++ that has some very<br>
basic syntax highlighting for Haskell working out of the box. It's<br>
based on Scintilla, as well, so should feel comfortable to someone<br>
accustomed to SciTE.<br>
<font color="#888888"><br>
- C.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>