Skip to content

Commit

Permalink
change into nw CM Highlight syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfeld committed Feb 19, 2013
1 parent 96c5628 commit 6cafaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/markdown.vim
Expand Up @@ -77,7 +77,7 @@ syn region markdownAutomaticLink matchgroup=markdownUrlDelimiter start="<\%(\w\+
syn region CMAdd start="\S\@<={++\|{++" end="++}\|++}\S\@=" keepend contains=markdownLineStart
syn region CMDelete start="\S\@<={--\|{--" end="--}\|--}\S\@=" keepend contains=markdownLineStart
syn region CMSubstitute start="\S\@<={\~\~\|{\~\~" end="\~\~}\|\~\~}\S\@=" keepend contains=markdownLineStart
syn region CMHighlight start="\S\@<={{\|{{" end="}}\|}}\S\@=" keepend contains=markdownLineStart
syn region CMHighlight start="\S\@<={==\|{==" end="==}\|==}\S\@=" keepend contains=markdownLineStart
syn region CMComment start="\S\@<={>>\|{>>" end="<<}\|<<}\S\@=" keepend contains=markdownLineStart

syn region markdownItalic start="\S\@<=\*\|\*\S\@=" end="\S\@<=\*\|\*\S\@=" keepend contains=markdownLineStart
Expand Down

0 comments on commit 6cafaa3

Please sign in to comment.