This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/NOTES.txt
pmoura 9fc2c47d53 Logtalk 2.30.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1908 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2007-06-24 13:27:35 +00:00

29 lines
1.3 KiB
Plaintext

================================================================
Logtalk - Open source object-oriented logic programming language
Release 2.30.2
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
================================================================
This directory contains files that provide syntax highlighting and
other text editing services for writing Logtalk source files (*.lgt)
with common text editors. By default, Logtalk syntax highlighting is
also applied to the Prolog configuration files (*.config).
Some text editors already include support for Logtalk. If that is the
case of your favorite editor, you may want to check if the supporting
files provided in this directory are newer than the editor ones.
Logtalk source files (including the programming examples) are usually
formatted using four-space tabs; it is recommended that you set the tab
width on your editor preferences panel.
You may notice that support for some text editors, notably for Windows-only
editors, is rather poor. Proper syntax highlighting support for Prolog and
Logtalk requires support for regular expressions with zero-width look-ahead
features, which some editors lack.
As Logtalk can be viewed as a superset of ISO Prolog, you may also use
the resources in this directory for editing plain Prolog source files.