Created
November 13, 2012 01:34
-
-
Save ysawa/4063322 to your computer and use it in GitHub Desktop.
UTF-8-MACの濁点、半濁点を含む文字を強調して表示する .vimrc
This file contains 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
" UTF-8-MACの濁点、半濁点を含む文字を強調して表示する | |
highlight Opaques term=underline ctermbg=DarkGreen guibg=DarkGreen | |
match Opaques /\(\%u3099\|%u309a\)/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment