________________________________________________________________________

This file is part of Logtalk <http://logtalk.org/>  
Copyright 1998-2016 Paulo Moura <pmoura@logtalk.org>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
________________________________________________________________________


Sublime Text is a text editor for Windows, Mac OS X, and Linux.
It's available from:

	http://www.sublimetext.com/

Sublime Text supports TextMate syntax files and TextMate snippets. See the
`../textmate` folder and the Sublime Text documentation for more information.

For basic installation, copy the following files to the Sublime Text Packages
directory, which is operating-system specific:

Mac OS X:
	~/Library/Application Support/Sublime Text 2/Packages/Logtalk/
Linux:
	~/.config/sublime-text-3/Packages/Logtalk
Windows:
	%APPDATA%\Sublime Text 3\Packages\Logtalk

Create the `Logtalk` subdirectory if it doesn't exist. The files to be
copied are:

1. File `../textmate2/Logtalk.tmbundle/Syntaxes/logtalk.plist` renamed
to `Logtalk.tmLanguage`.

2. All files in the `../textmate2/Logtalk.tmbundle/Snippets` directory

3. File `logtalk.sublime-completions`

Logtalk source files (including the library entities and the programming
examples) are formatted using tabs (the recommended setting is a tab width
equivalent to 4 spaces); you may set the tab width on the editor preference
panel.
