updated for version 7.1b
diff --git a/runtime/syntax/racc.vim b/runtime/syntax/racc.vim
index c0bfa30..795b652 100644
--- a/runtime/syntax/racc.vim
+++ b/runtime/syntax/racc.vim
@@ -1,7 +1,7 @@
 " Vim default file
 " Language:         Racc input file
 " Maintainer:       Nikolai Weibull <now@bitwi.se>
-" Latest Revision:  2006-04-19
+" Latest Revision:  2006-07-09
 
 if exists("b:current_syntax")
   finish
@@ -110,6 +110,10 @@
                             \ start='^---- footer.*' end='^----'he=e-4
                             \ contains=@raccRuby
 
+syn sync    match raccSyncHeader    grouphere raccHeader '^---- header'
+syn sync    match raccSyncInner     grouphere raccInner '^---- inner'
+syn sync    match raccSyncFooter    grouphere raccFooter '^---- footer'
+
 hi def link raccTodo        Todo
 hi def link raccComment     Comment
 hi def link raccPrecSpec    Type