I am new to Codeless LM development. I have a custom notation system I'd 
like to add language coloring to.
Which plist entities would I use to accomplish each of these:

1. I would like blocks to fold into itself. Every new block simply begins 
with a line that begins with a greater than sign.
That initial line also has a word and some numbers. There is no closing 
indicator for the block. The block contains all lines until the next block 
that begins once again with a greater than sign.
It's like so:
>Day 32
Some text about time.
More text.
>Building 6
Some text
etc.

2. Also, how do I assign a color specifically to the first line of every 
those blocks. In the above example >Day 32 would be colored as would be 
>Building 6. I don't care if the greater than sign itself is also colored.

3. Give a color to all text within a parentheses block when the open 
parentheses is preceded by a tab. It will always be on one line. So, like 
this:
Normal text [tab](Text to color)

4. Assign a unique color to every line that begins with a comma. Like this:
,colorme

5. Finally, it's ok for the regular text to contain any and all 256 ascii 
characters? I only have to declare in the Identifier and Keyword Character 
Class the basic A-Za-z0-9 since all my special words and identifiers etc 
will only have that small range?

Thanks for any and all help.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
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/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to