Hi, I try to build a codeless language module for a simple markup
system I use. I want to highlight the whole line where the following
markers are found at the beginning of a line:

===
---
+++
...

For this I made this language module which doesn't work. No coloring
happens at all. Any idea how to fix it?


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>BBEditDocumentType</key>
        <string>CodelessLanguageModule</string>
        <key>BBLMColorsSyntax</key>
        <true/>
        <key>BBLMIsCaseSensitive</key>
        <false/>
        <key>BBLMKeywordList</key>
        <array>
                <string>===</string>
                <string>---</string>
                <string>+++</string>
                <string>...</string>
        </array>
        <key>BBLMLanguageCode</key>
        <string>MDPR</string>
        <key>BBLMLanguageDisplayName</key>
        <string>Make-Doc-Pro</string>
        <key>BBLMScansFunctions</key>
        <false/>
        <key>BBLMSuffixMap</key>
        <array>
                <dict>
                        <key>BBLMLanguageSuffix</key>
                        <string>.mdp</string>
                </dict>
        </array>
        <key>BBLMCanSpellCheckCodeRuns</key>
        <true/>
        <key>Language Features</key>
        <dict>
                <key>Close Block Comments</key>
                <string></string>
                <key>Close Parameter Lists</key>
                <string></string>
                <key>Close Statement Blocks</key>
                <string></string>
                <key>Close Strings 1</key>
                <string></string>
                <key>Close Strings 2</key>
                <string></string>
                <key>End-of-line Ends Strings 1</key>
                <true/>
                <key>End-of-line Ends Strings 2</key>
                <true/>
                <key>Escape Char in Strings 1</key>
                <string></string>
                <key>Escape Char in Strings 2</key>
                <string></string>
                <key>Identifier and Keyword Characters</key>
                <string>=-+.</string>
                <key>Open Block Comments</key>
                <string></string>
                <key>Open Line Comments</key>
                <string></string>
                <key>Open Parameter Lists</key>
                <string></string>
                <key>Open Statement Blocks</key>
                <string></string>
                <key>Open Strings 1</key>
                <string></string>
                <key>Open Strings 2</key>
                <string></string>
                <key>Prefix for Functions</key>
                <string></string>
                <key>Prefix for Procedures</key>
                <string></string>
                <key>Terminator for Prototypes 1</key>
                <string></string>
                <key>Terminator for Prototypes 2</key>
                <string></string>
        </dict>
</dict>
</plist>

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

Reply via email to