We're being a little ambitious, we're trying to make our source code editor for WebVelocity 1.1 happily recognize, colourize and contextualize Smalltalk, Javascript, CSS, XML, PEG and anything else we deem useful to web development.
Today we took a big step forward with this. We are now at the point where the new text editor can parse PEG syntax, identify errors and colourize them red so that we can figure out how/why our PEG grammars for other languages isn't working.
This is a note worthy milestone - it's the point where we move from simple editing code, to interacting with the code. Things can only get better from here.