Skip to content

Commit

Permalink
Use more certain name for links to media files
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Apr 10, 2012
1 parent 425d4e9 commit a288294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/dokuwiki.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ syn region dokuwikiExternalLink start=+\(http\|https\|telnet\|gopher\|wais\|ftp\
syn region dokuwikiInternalLink start="\[\[" end="\]\]" contains=dokuwikiLinkCaption

" Images and other files
syn region dokuwikiImageFiles start="{{" end="}}" contains=@NoSpell,dokuwikiLinkCaption
syn region dokuwikiMediaLink start="{{" end="}}" contains=@NoSpell,dokuwikiLinkCaption

"Control Macros
syn region dokuwikiControlMacros start="\~\~" end="\~\~" contains=@NoSpell
Expand Down Expand Up @@ -130,7 +130,7 @@ hi link dokuwikiEntities Keyword

hi link dokuwikiList Identifier

hi link dokuwikiImageFiles Underlined
hi link dokuwikiMediaLink Underlined

hi link dokuwikiControlMacros Constant

Expand Down

0 comments on commit a288294

Please sign in to comment.