PreviousNextTracker indexSee it online !

(80/231) 2910958 - Prolog list highlighting

If there is a list in prolog code spanning multiple lines, only its first line is correctly highlighted.

For example in the following code:
<code>
predicate( [a,b,c,
d,e,f ,
g,h,i] ).
</code>
the items a,b,c are shown in violet (which is right), but all other items are shown in black (which is wrong).

The issue itself is not severe as long as writing code is concerned, but it also affects plugins like "Code2HTML", which become hardly usable in many cases.

Submitted radomir_cernoch - 2009-12-08 - 20:47:06z Assigned nobody
Priority 5 Category text area and syntax packages
Status Open Group normal bug
Resolution None Visibility No

Comments

Attachments