Le 16 août 2011 à 02:44, oliver a écrit :

> I'm having trouble getting a codeless language module up and running, I was 
> hoping you all could help me make it work.
> 
> This is the document I'm working with: http://pastie.org/2377973
> And this is what I've got for the module: http://pastie.org/2377982
> 
> As far as I can tell I'm doing this by the book but I'm not getting any 
> highlighting or populating the function pop-up.


Hello.
I'm new to this stuff, so take my advice with a piece of salt :-)

I see 2 problems:
- there is a space in your keywords.
- ':' should be separated from the keywords by a space, or you should add ':' 
to <key>Identifier and Keyword Character Class</key>.

So the highlighting works with:
<key>BBLMKeywordList</key>
        <array>
                <string>KEYWORD1:</string>
                <string>KEYWORD2:</string>
        </array>
<key>Identifier and Keyword Character Class</key>
        <string>0-9A-Z_a-z.-:</string>

if text is:
KEYWORD1:
KEYWORD2:

--

-- 
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