[erlang-questions] Syntax Highlighting for Erlang with gedit
Martin Ankerl
martin.ankerl@REDACTED
Mon May 7 16:30:35 CEST 2007
> ascii_values() ->
> [$a, $\n, $", $1, $2].
The problem is that for $" and $' gedit thinks that you start a
string, I could not find a way to format this correctly. A workaround
is to write $\" and $\' . I have already posted this problem to the
gtksourceview's bugzilla.
I have already fixed the multiline comment, this should work with the
current version.
--
Martin Ankerl | http://martin.ankerl.com
More information about the erlang-questions
mailing list