1" Logtalk filetype plugin file
2" Language:         Logtalk
3" Maintainer:       Paulo Moura <pmoura@logtalk.org>
4" Latest Revision:  2007-07-06
5
6if exists("b:did_ftplugin")
7  finish
8endif
9let b:did_ftplugin = 1
10
11let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<"
12
13"setlocal ts=4
14setlocal sw=4
15setlocal fdm=syntax
16setlocal fdc=2
17setlocal autoindent
18setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict
19