Tool69
1/15/2006 5:56:00 PM
Hi,
I'm having problem with gedit and it's syntax highlighter, let's open a
ruby file inside and write i.e :
def rot(t)
t = t*Math::PI / 180
xa = cos(t)*@x - sin(t)*@y
ya = sin(t)*@x + cos(t)*@y
Pt.new(xa,ya)
end
then the syntax highlighting stops at the "/" signs, this symbol is
treated as a string delimiter.
Am I wrong ?
Thanks.