On Thu, Apr 7, 2011 at 8:52 AM, RAH <[email protected]> wrote: > In LeoPyRef.leo (the code), under "<< define global data structures >> > (leoApp.py)" I see that: > > 1) in the language_delims dictionary plain files use the # as comment: > "plain" : "#", # We must pick something. > > 2) in the extension dictionary, the txt files are associated with the > plain language > "txt" : "plain", > > 3) in the language_extension dictionary, a plain language file > receives the txt extension > "plain" : "txt", > > This is at least consistent.
Correct. > Now, where does it says that the > sentinels begins with the comment delimiters ? Sentinels are comment lines. It is as simple as that. 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.
