Menu

#6 SLL syntax highlighting

open
nobody
fxl.ui (3)
5
2006-04-12
2006-04-12
Anonymous
No

The SLL editor starts highlighting SLL code as XML-
content after a '<' character.
This is a wrong behaviour in case a '<' as condition,
e.g. in:

for (var $i as xs:integer =0; $i<100; $i=$i+1) {
...
}

Currently, everything after the '<' ("<100; $i=$i+1) {
...
} " is highlighted as XML content up to the
next '>' character.

Discussion


Log in to post a comment.