> In Xcode 3, Apple has made fundamental changes in the way how to
> specifiy the syntax of languages for syntax colouring in the built-in
> editor. This change has broken syntax colouring for all languages for
> which Apple doesn't ship a specfication file as part of Xcode. I have
> recently made an Xcode 3 compatible specification file for Modula-2
> and put it up for download here:
> http://www.sunrisetel.net/software/papers/modula2/Modula2.xclangspec
> Note that this doesn't make Xcode associate .def and .mod file name
> suffixes with Modula-2, which requires a different specification file
> and which I haven't been able to get working yet.
I use jed when editing Modula-2 source. Works fine to me...