29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
|
=================================================================
|
||
|
Logtalk - Object oriented extension to Prolog
|
||
|
Release 2.28.2
|
||
|
|
||
|
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
|
||
|
=================================================================
|
||
|
|
||
|
|
||
|
This directory contains files that provides basic syntax coloring,
|
||
|
entity index, and code completion for editing Logtalk source files
|
||
|
with the text editor SuperEdi 3.8.1 or later version:
|
||
|
|
||
|
http://www.wolosoft.com/en/superedi/index.html
|
||
|
|
||
|
Install the supporting files by performing the following steps:
|
||
|
|
||
|
1. Copy the file "Logtalk.syn" to the "Syntax" directory in your
|
||
|
SuperEdi installation directory (replacing any existing older file).
|
||
|
|
||
|
2. Copy the file "Logtalk.col" to the "Syntax" directory in your
|
||
|
SuperEdi installation directory (replacing any existing older file).
|
||
|
|
||
|
3. Go to the Tools/Options dialog and create a new file type named
|
||
|
"Logtalk". Set the file extension to "lgt" and the syntax and color
|
||
|
scheme to "Logtalk". Set the tab size to "4".
|
||
|
|
||
|
|
||
|
THESE SYNTAX COLORING SUPPORT FILES ARE UNDER DEVELOPMENT.
|