PreviousNextTracker indexSee it online !

(48/211) 3353 - 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:06 Assigned
Priority 5 Labels text area and syntax packages
Status open Group normal bug
Resolution None

Comments