|
Revision 4000, 1.3 KB
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
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.31.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================ |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | This directory contains files that provide syntax highlighting and |
|---|
| 10 | other text editing services for writing Logtalk source files (*.lgt) |
|---|
| 11 | with common text editors. By default, Logtalk syntax highlighting is |
|---|
| 12 | also applied to the Prolog configuration files (*.config). |
|---|
| 13 | |
|---|
| 14 | Some text editors already include support for Logtalk. If that is the |
|---|
| 15 | case of your favorite editor, you may want to check if the supporting |
|---|
| 16 | files provided in this directory are newer than the editor ones. |
|---|
| 17 | |
|---|
| 18 | Logtalk source files (including the programming examples) are usually |
|---|
| 19 | formatted using four-space tabs; it is recommended that you set the tab |
|---|
| 20 | width on your editor preferences panel. |
|---|
| 21 | |
|---|
| 22 | You may notice that support for some text editors, notably for Windows-only |
|---|
| 23 | editors, is rather poor. Proper syntax highlighting support for Prolog and |
|---|
| 24 | Logtalk requires support for regular expressions with zero-width look-ahead |
|---|
| 25 | features, which some editors lack. |
|---|
| 26 | |
|---|
| 27 | As Logtalk can be viewed as a superset of ISO Prolog, you may also use |
|---|
| 28 | the resources in this directory for editing plain Prolog source files. |
|---|