Skip to content

Commit 6ff2d01

Browse files
author
Michael Klier
committed
cosmetical changes
1 parent bd34bf9 commit 6ff2d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: syntax/dokuwiki.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ syn region DokuMedia start=#{{# end=#}}# contains=DokuLinkExternal,
3838
syn region DokuSub start=#<sub># end=#</sub># keepend
3939
syn region DokuSup start=#<sup># end=#</sup># keepend
4040
syn region DokuDel start=#<del># end=#</del># keepend
41-
syn region DokuFootnote matchgroup=DokuFootnoteMatch start=#((# end=#))# contains=DokuLink,DokuLinkInterwiki,DokuLinkExternal,DokuLinkTitle,DokuMedia,DokuBold,DokuMonospaced,DokuItalic,DokuUnderlined,DokuSmileys,DokuSub,DokuSup,DokuDel keepend
41+
syn region DokuFootnote matchgroup=DokuFootnoteMatch start=#((# end=#))# contains=DokuLink,DokuLinkInterwiki,DokuLinkExternal,DokuLinkTitle,DokuMedia,DokuBold,DokuMonospaced,DokuItalic,DokuUnderlined,DokuSmileys,DokuSub,DokuSup,DokuDel keepend
4242

4343
syn region DokuFileGeneric matchgroup=DokuFileMatch start=#<file.*># end=#</file># keepend
4444
syn region DokuCodeGeneric matchgroup=DokuCodeMatch start=#<code.*># end=#</code># keepend

0 commit comments

Comments
 (0)