On Thu, Aug 2, 2012 at 3:32 AM, Damir Hakimov > I want to use Leo for programming on Parallax Propeller SPIN language.
There are two parts to supporting a language: 1. Specify the language name, extension and comment delimiters. This allows you to use @file nodes to manage your spin files. To do this, add entries to the following node in leoPy.leo: Code-->Core classes-->@file leoApp.py-->class LeoApp-->app.__init__ 2. Tell Leo how to colorize your language. To do this, you must create a leo/modes/spin.py file. For instructions about doing this, see this chapter of Leo's documentation: http://webpages.charter.net/edreamleo/coloring.html 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.
