|
Revision 5055, 353 bytes
(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 | <array> |
|---|
| 5 | <dict> |
|---|
| 6 | <key>name</key> |
|---|
| 7 | <string>Logtalk</string> |
|---|
| 8 | <key>file</key> |
|---|
| 9 | <string>logtalk</string> |
|---|
| 10 | <key>extensions</key> |
|---|
| 11 | <string>lgt</string> |
|---|
| 12 | </dict> |
|---|
| 13 | </array> |
|---|
| 14 | </plist> |
|---|