[erlang-questions] Syntax Highlighting for Erlang with gedit
Dominic Williams
xpdoka@REDACTED
Mon May 7 12:34:10 CEST 2007
Hi Martin,
> I have written a syntax highlighting definition file for my
> favourite editor gedit [...]
Thanks, that's useful. If you care to improve it, you might want
to handle the following code properly (which confuses the
emacs mode too, BTW. How about erlide, and vim ?).
ascii_values() ->
[$a, $\n, $", $1, $2].
multi_line() ->
"
This
is a
multi-line string
".
Regards,
Dominic Williams
http://www.dominicwilliams.net
----
More information about the erlang-questions
mailing list