diff runtime/syntax/prolog.vim @ 203:80000fb16feb

updated for version 7.0060
author vimboss
date Tue, 15 Mar 2005 22:34:55 +0000
parents 3fc0f57ecb91
children 73fe8baea242
line wrap: on
line diff
--- a/runtime/syntax/prolog.vim
+++ b/runtime/syntax/prolog.vim
@@ -1,9 +1,8 @@
 " Vim syntax file
 " Language:    PROLOG
-" Maintainers: Ralph Becket <rwab1@cam.sri.co.uk>,
-"	       Thomas Koehler <jean-luc@picard.franken.de>
-" Last Change: 2003 May 11
-" URL:	       http://jeanluc-picard.de/vim/syntax/prolog.vim
+" Maintainers: Thomas Koehler <jean-luc@picard.franken.de>
+" Last Change: 2005 Mar 14
+" URL:	       http://gott-gehabt/800_wer_wir_sind/thomas/Homepage/Computer/vim/syntax/prolog.vim
 
 " There are two sets of highlighting in here:
 " If the "prolog_highlighting_clean" variable exists, it is rather sparse.
@@ -73,7 +72,7 @@ if !exists("prolog_highlighting_clean")
 
 endif
 
-syn sync ccomment maxlines=50
+syn sync maxlines=50
 
 
 " Define the default highlighting.