[jEdit-Syntax-devel] SQL syntax highlighting fails with semicolon
Brought to you by:
marcel-boehme,
oliverhe
|
From: <OHe...@pd...> - 2002-06-14 13:07:43
|
Hi there,
i noticed that syntax highlighting for SQL doesn't work if the keyword =
is
immediately followed by a semicolon. Example (Oracle variable =
declaration)
l_v_dummy DATE;
So I think in class SQLTokenizer, line 77 should get an additional case =
';'
case '.': case ',': case '(': case ')':
It works for me. What do you think?
Greetings,
Oliver Henning
"Jetzt hei=DFt es nur noch: Zukunft kaufen, Zukunft verkaufen, bis =
keine
Zukunft mehr da ist." aus "Im Auftrag des Teufels"=20
|