Created
January 10, 2016 08:54
-
-
Save zaftzaft/85acc3d110b874dd06e6 to your computer and use it in GitHub Desktop.
vim の markdown ハイライトの余計なものを削除 + TODO のハイライト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sy keyword markdownTodo TODO containedin=markdownH1,markdownH2,markdownH3,markdownH4,markdownH5,markdownH6 | |
| hi def link markdownTodo Todo | |
| hi def link markdownItalic NONE | |
| hi def link markdownBold NONE | |
| hi def link markdownBoldItalic NONE | |
| hi def link markdownError NONE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment