|
Revision 5055, 0.7 KB
(checked in by pmoura, 15 months ago)
|
|
Updated text editor configuration files in order to remove references to the no longer used ".config" file name extension and to support syntax coloring and code completion of the multifile/1 and use_module/1-2 directives.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 | <plist version="1.0"> |
|---|
| 4 | <dict> |
|---|
| 5 | <key>CFBundleIdentifier</key> |
|---|
| 6 | <string>SEEMode.Logtalk</string> |
|---|
| 7 | <key>CFBundleName</key> |
|---|
| 8 | <string>Logtalk</string> |
|---|
| 9 | <key>CFBundleShortVersionString</key> |
|---|
| 10 | <string>1.0</string> |
|---|
| 11 | <key>CFBundleVersion</key> |
|---|
| 12 | <string>1.0</string> |
|---|
| 13 | <key>CFBundleGetInfoString</key> |
|---|
| 14 | <string>1.1, Copyright Paulo Moura 2004-08</string> |
|---|
| 15 | <key>CFBundlePackageType</key> |
|---|
| 16 | <string>BNDL</string> |
|---|
| 17 | <key>CFBundleInfoDictionaryVersion</key> |
|---|
| 18 | <string>6.0</string> |
|---|
| 19 | <key>TCMModeExtensions</key> |
|---|
| 20 | <array> |
|---|
| 21 | <string>lgt</string> |
|---|
| 22 | </array> |
|---|
| 23 | </dict> |
|---|
| 24 | </plist> |
|---|