|
Revision 3058, 360 bytes
(checked in by pmoura, 4 years ago)
|
|
Added support for the MacOS X Smultron text editor.
|
-
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 config</string> |
|---|
| 12 | </dict> |
|---|
| 13 | </array> |
|---|
| 14 | </plist> |
|---|