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
pmoura 4b88cd24f9 Logtalk 2.14.3 release files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@589 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2002-09-14 18:14:17 +00:00

57 lines
1.7 KiB
Plaintext

=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.14.3
Copyright (c) 1998-2002 Paulo Moura. All Rights Reserved.
=================================================================
This directory contains some files that provide syntax highlighting
for editing Logtalk source files with common text editors.
logtalk.xml
edit mode file for jEdit 4.0 (http://www.jedit.org/)
If this file is not included with your version of jEdit or if the
included file is older than the one provided here, copy this file
to the "modes" subdirectory in jEdit directory installation. Next,
check the "catalog" file in the same subdirectory and add (if not
present) the following entry:
<MODE NAME="logtalk" FILE="logtalk.xml" FILE_NAME_GLOB="*.lgt" />
logtalk.vim
syntax file for VIM 6.1 (http://www.vim.org)
If this file is not included with your version of VIM or if the
included file is older than the one provided here, copy this file
to the "syntax" sub-directory in your VIM installation directory
and add the following entry to the "filetype.vim" configuration
file (if not present):
" Logtalk
au BufNewFile,BufRead *.lgt setf logtalk
logtalk.syn
syntax file for TextPad 4.5 (http://www.textpad.com)
To install, copy this file to the SAMPLES subdirectory in the TextPad
application directory and define a new document class for Logtalk source
files. THIS SYNTAX FILE IS UNDER DEVELOPMENT.
logtalk.pats
syntax highlighting patterns file for NEdit 5.2 (http://www.nedit.org)
To install, follow the instructions included in the file itself or take
a look at:
http://www.nedit.org/download/patterns.shtml