can make Leo support erlang?

2009-07-30 Thread Zoom.Quiet
I usage Leo to writing kinds of program; now try in erl,but when i import @file that auto show: @ignore @language unknown_language -module(englandArmy). -include("schema.hrl"). -export([run/3]). ... "@language unknown_language" is not good; there is domw plugin for help me,color erl code? thanx

Re: can make Leo support erlang?

2009-07-30 Thread Zoom.Quiet
On Fri, Jul 31, 2009 at 00:55, Zoom.Quiet wrote: > I usage Leo to writing kinds of program; > now try in erl,but when i import @file btw in Leo 4.5 final, build 1.244 , August 30, 2008 python 2.5.2, Tk 8.5.0, Pmw 1.3 linux2 sooo such stupid for me.. hand fixed "@language unknown_language" as "@

Re: can make Leo support erlang?

2009-07-30 Thread Edward K. Ream
On Thu, Jul 30, 2009 at 12:00 PM, Zoom.Quiet wrote: There are two separate things going on here. 1. Leo doesn't know (at present) how to import erlang files. So Leo put the entire file in a single @auto node, with @language and @ignore as you report. 2. Leo does know how to colorizer erlang,