notes relating to crimson editor:
to setup ranges with the syntax editing option in crimson editor:
1. update the spc file so that $range1beg and $range1end are included.
2. update the key file so that the keywords for the ranges are updated. You can do all sorts of wonderfull things such as only include keywords for specific ranges.
so keywords found in KEYWORDS3:RANGE1 will only show the colour if the keyword is enclosed by whatever has been defined as RANGE1 in the spc file.
with sql this could work if we had ranges for loop .. end loop, ( .. ) as some examples. But what about having different colours for situations like the set word.
set could be:
set heading on
update table set column=...
some possibilities could be if set follows update, need some more research.
WWSS
1 hour ago