rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

Syntax highlighting for sql does not work properly #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a sql syntax highlihting for the following sql (db2)

comment on column CALCULATEALL_VEHICLE.ACTIVE is 'Flag indicating if the 
vehicle is active or not';

highlighted keywords are column, and "or not" of the comment text.

=> i also saw, that for some reason the syntax highlighting only works, if the 
keywords are lowercase. is that intended or a bug?

What is the expected output? What do you see instead?

Keywords that are found within comments should not be highlighted.

What version of the product are you using? On what operating system?

Vosao CMS 0.9.1

Please provide any additional information below.

Complete snippet:

<source lang="sql">
comment on column CALCULATEALL_VEHICLE.ACTIVE is 'Flag indicating if the 
vehicle is active or not';
</source>

Original issue reported on code.google.com by andreas....@gmail.com on 27 Jun 2012 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 28 Jun 2012 at 4:05

GoogleCodeExporter commented 8 years ago
I commited r5663 to improve syntax highlighting.

Please try the bliki-core-3.0.19-SNAPSHOT.jar with Vosao
http://gwtwiki.googlecode.com/svn/maven-snapshot-repository/info/bliki/wiki/blik
i-core/3.0.19-SNAPSHOT/bliki-core-3.0.19-SNAPSHOT.jar

Original comment by axelclk@gmail.com on 28 Jun 2012 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 3 Jul 2012 at 5:18

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 3 Jul 2012 at 5:32

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 8 Aug 2012 at 12:58