diff --git a/syntax/dokuwiki.vim b/syntax/dokuwiki.vim
index 07e9676..43a5433 100644
--- a/syntax/dokuwiki.vim
+++ b/syntax/dokuwiki.vim
@@ -38,7 +38,7 @@ syn region DokuMedia start=#{{# end=#}}# contains=DokuLinkExternal,
syn region DokuSub start=## end=## keepend
syn region DokuSup start=## end=## keepend
syn region DokuDel start=## end=## keepend
-syn region DokuFootnote matchgroup=DokuFootnoteMatch start=#((# end=#))# contains=DokuLink,DokuLinkInterwiki,DokuLinkExternal,DokuLinkTitle,DokuMedia,DokuBold,DokuMonospaced,DokuItalic,DokuUnderlined,DokuSmileys,DokuSub,DokuSup,DokuDel keepend
+syn region DokuFootnote matchgroup=DokuFootnoteMatch start=#((# end=#))# contains=DokuLink,DokuLinkInterwiki,DokuLinkExternal,DokuLinkTitle,DokuMedia,DokuBold,DokuMonospaced,DokuItalic,DokuUnderlined,DokuSmileys,DokuSub,DokuSup,DokuDel keepend
syn region DokuFileGeneric matchgroup=DokuFileMatch start=## end=## keepend
syn region DokuCodeGeneric matchgroup=DokuCodeMatch start=## end=## keepend