<?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">
<!--
	BBEdit codeless language module for MathLink Template (.tm) files.
	flip phillips  <http://www.skidmore.edu/~flip/>
	Version 1.0
	Fri 2 Oct 2004

	Released under a Creative Commons Attribution-ShareAlike License:
	<http://creativecommons.org/licenses/by-sa/2.0/>
	
	Requires BBEdit 8.0 or higher. To install, copy here:
	
		~/Library/Application Support/BBEdit/Language Modules/
	
	and relaunch BBEdit.
-->
<dict>
	<key>BBEditDocumentType</key>
	<string>CodelessLanguageModule</string>
	<key>BBLMColorsSyntax</key> <true/>
	<key>BBLMIsCaseSensitive</key> <false/>
	<key>BBLMKeywordList</key>
	<array>
		<string>:Begin:</string>
		<string>:Function:</string>
		<string>:Pattern:</string>
		<string>:Arguments:</string>
		<string>:ArgumentTypes:</string>
		<string>:ReturnType:</string>
		<string>:End:</string>
		<string>:Evaluate:</string>
	</array>
	<key>BBLMLanguageCode</key>
	<string>MLtm</string>
	<key>BBLMLanguageDisplayName</key>
	<string>MathLink Template</string>
	<key>BBLMScansFunctions</key> <true/>

	<key>BBLMSuffixMap</key>
	<array>
		<dict>
			<key>BBLMLanguageSuffix</key>
			<string>.tm</string>
		</dict>
	</array>

	<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>:End:</string>
		<key>Close Strings 1</key>
		<string>"</string>
		<key>Close Strings 2</key>
		<string></string>
		<key>End-of-line Ends Strings 1</key>
		<false/>
		<key>End-of-line Ends Strings 2</key>
		<false/>
		<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>:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz</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>:Begin:</string>
		<key>Open Strings 1</key>
		<string>"</string>
		<key>Open Strings 2</key>
		<string></string>
		<key>Prefix for Functions</key>
		<string>:Function:</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>
