[Somewhat OT] Textadept 6.6 released
Brian Schott
briancschott at gmail.com
Fri May 31 22:02:32 PDT 2013
Textadept 6.6 has been released. Changelog located here[1].
Textadept is a cross-platform text editor written using Scintilla
and GTK/ncurses, with Lua as its scripting engine.
This version has an updated D LPeg[2] lexer which does a few nice
things like highlighting certain identifiers when they appear in
version and __traits expressions. The syntax highlighting has
also been updated for the 2.063 language changes such as the
addition of __MODULE__ and __vector.[3]
[1] http://foicica.com/textadept/CHANGELOG.html
[2] http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
[3] Of course it doesn't properly support HEREDOC strings, but
then again, nothing does.
More information about the Digitalmars-d-announce
mailing list