Skip to content

Commit

Permalink
cosmetical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed Jul 27, 2010
1 parent bd34bf9 commit 6ff2d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/dokuwiki.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ syn region DokuMedia start=#{{# end=#}}# contains=DokuLinkExternal,
syn region DokuSub start=#<sub># end=#</sub># keepend
syn region DokuSup start=#<sup># end=#</sup># keepend
syn region DokuDel start=#<del># end=#</del># 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=#<file.*># end=#</file># keepend
syn region DokuCodeGeneric matchgroup=DokuCodeMatch start=#<code.*># end=#</code># keepend
Expand Down

0 comments on commit 6ff2d01

Please sign in to comment.