Skip to content

Instantly share code, notes, and snippets.

@ysawa
Created November 13, 2012 01:34
Show Gist options
  • Save ysawa/4063322 to your computer and use it in GitHub Desktop.
Save ysawa/4063322 to your computer and use it in GitHub Desktop.
UTF-8-MACの濁点、半濁点を含む文字を強調して表示する .vimrc
" 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