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