|
Revision 4662, 1.2 KB
(checked in by pmoura, 5 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | This directory contains files that provide basic syntax highlighting |
|---|
| 13 | for editing Logtalk source files with the Bare Bones BBEdit 8.x or |
|---|
| 14 | TextWrangler 2.x text editors: |
|---|
| 15 | |
|---|
| 16 | http://www.barebones.com/ |
|---|
| 17 | |
|---|
| 18 | To install copy the file "logtalk.plist" either to the folders: |
|---|
| 19 | |
|---|
| 20 | ~/Library/Application Support/BBEdit/Language Modules/ |
|---|
| 21 | ~/Library/Application Support/TextWrangler/Language Modules/ |
|---|
| 22 | |
|---|
| 23 | or to the folders: |
|---|
| 24 | |
|---|
| 25 | /Library/Application Support/BBEdit/Language Modules/ |
|---|
| 26 | /Library/Application Support/TextWrangler/Language Modules/ |
|---|
| 27 | |
|---|
| 28 | (create the folder if it does not exist). |
|---|
| 29 | |
|---|
| 30 | Logtalk source files (including the programming examples) are usually |
|---|
| 31 | formatted using four-space tabs; you may set the tab width on the |
|---|
| 32 | editor preference panel. |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | THESE SYNTAX COLORING SUPPORT FILES ARE UNDER DEVELOPMENT. |
|---|