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
pmoura 36a326908c Logtalk 2.28.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-11-07 17:11:47 +00:00

62 lines
1.5 KiB
Plaintext

<?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:
<# GREP (regex) pattern for comments #>
)]]></string>
<key>Function Pattern</key>
<string><![CDATA[(?x:
<# GREP (regex) pattern for functions #>
)]]></string>
<key>String Pattern</key>
<string><![CDATA[(?x:
<# GREP (regex) pattern for strings #>
)]]></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>