f26a3b6ca9
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@955 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
24 lines
678 B
Plaintext
24 lines
678 B
Plaintext
=================================================================
|
|
Logtalk - Object oriented extension to Prolog
|
|
Release 2.15.5
|
|
|
|
Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved.
|
|
=================================================================
|
|
|
|
|
|
This directory contains a file that provides syntax highlighting
|
|
for editing Logtalk source files with the text editor Vim 6.1
|
|
(http://www.vim.org).
|
|
|
|
|
|
To install:
|
|
|
|
1. Copy the file logtalk.vim to the "syntax" sub-directory in your
|
|
VIM installation directory.
|
|
|
|
2. Add the following entry to the "filetype.vim" configuration
|
|
file (if not present):
|
|
|
|
" Logtalk
|
|
au BufNewFile,BufRead *.lgt setf logtalk
|