<!-- generator=" CodePongo (Base on Kukkaisvoima version 15b3TA)" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel><title>CodePongo: vim</title><link>http://codepongo.com/blog</link><description></description><pubDate>Fri, 18 Sep 2015 17:30:06 +0200</pubDate><lastBuildDate>Fri, 18 Sep 2015 17:30:06 +0200</lastBuildDate><generator>http://codepongo.com/blog</generator><language>zh-cn</language><item><title>fix highlighted markdown files in Vim
</title><link>http://codepongo.com/blog/WXzDX</link><comments>http://codepongo.com/blog/WXzDX#comments</comments><pubDate>Fri, 18 Sep 2015 17:30:06 +0200</pubDate><dc:creator>zuohaitao</dc:creator><category>vim</category><guid isPermaLink="false">http://codepongo.com/blog/WXzDX/</guid><description><![CDATA[ 
 [...]]]></description><content:encoded><![CDATA[

syntax files loading procedurce

1 $VIM/vimfiles/syntax/type.vim (~/.vim/syntax/type.vim)
2 $VIMRUNTIME/syntax/type.vim
3 $VIM/vimfiles/after/syntax/type.vim (~/.vim/after/syntax/type.vim)



create markdown.vim in after/syntax


priority
When several syntax items may match, these rules are used:

1 When multiple Match or Region items start in the same position, the item defined last has priority.
2 A Keyword has priority over Match and Region items.
3 An item that starts in an earlier position has priority over items that start in later positions.




syn region markdownItalic start="\S\@syn region markdownItalic start="\S\@


in markdown.vim, add two lines above.

]]></content:encoded><wfw:commentRss>http://codepongo.com/blog/WXzDX/feed/</wfw:commentRss></item></channel></rss>