This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/bbedit/logtalk.plist

64 lines
1.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>
<true/>
<key>BBLMKeywordList</key>
<array>
<string>::</string>
<string>^^</string>
<string>{</string>
<string>}</string>
</array>
<key>BBLMLanguageCode</key>
<string>LGT2</string>
<key>BBLMLanguageDisplayName</key>
<string>Logtalk</string>
<key>BBLMScansFunctions</key>
<false/>
<key>BBLMSuffixMap</key>
<array>
<dict>
<key>BBLMLanguageSuffix</key>
<string>.config</string>
</dict>
<dict>
<key>BBLMLanguageSuffix</key>
<string>.lgt</string>
</dict>
</array>
<key>Language Features</key>
<dict>
<key>Comment Pattern</key>
<string><![CDATA[(?x:
(?> % .* $ ) |
(?> /\* (?s:.*?) (?>\*/) )
)]]></string>
<key>Function Pattern</key>
<string><![CDATA[(?x:
:-\s(object|protocol|category)\([a-z][a-zA-Z_]+
)]]></string>
<key>String Pattern</key>
<string><![CDATA[(?x:
(?> " (?s: \\. | [^"] )*? (?> " ) ) |
(?> ' (?s: \\. | [^'] )*? (?> ' ) )
)]]></string>
<!--
<key>Skip Pattern</key>
<string><![CDATA[(?x:
<# GREP (regex) pattern for anything that should be ignored when scanning functions #>
)]]></string>
-->
<key>Identifier and Keyword Character Class</key>
<string><![CDATA[a-zA-Z0-9_:{}^]]></string>
</dict>
</dict>
</plist>