On Fri, Apr 8, 2011 at 8:05 PM, Gregory Crosswhite <[email protected]> wrote: > Is there currently a process by which syntax coloring for new languages can > be added?
First, see if there is an entry in leo/modes for the language. If there isn't, you must write new-language.py, as described at: http://webpages.charter.net/edreamleo/coloring.html You must also extend the data structures in leoColor.py: Code-->Core classes-->@file leoColor.py--><< define colorizer constants >> I think that is all your plugin needs to do. Edward -- 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.
