On May 31, 12:39 pm, "Edward K. Ream" <[email protected]> wrote: > I just downloaded the latest version of jEdit, and scala.xml was not > in the modes folder. > > Given the strangeness of this mode, I'm wondering where it came from.
As I read the xml file, the top-level ruleset (the first one), will fire only tokens that start with '@'. This makes no sense at all, and is almost certainly the reason nothing gets colorized. Indeed, as I read http://www.jedit.org/users-guide/mode-tag-rules.html, the first ruleset is the "main" ruleset: jEdit2py assumes this is true. Gregory, it might be worthwhile to create a more sane scala.xml file, one in which the main ruleset actually does something :-) For know, I am assuming that scala.xml is the "culprit". EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
