Advertisement
Twilypastes

vim custom syntax 4chan quotes

Nov 16th, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.21 KB | None | 0 0
  1. " Vim Custom Syntax highlight file for
  2. " 4chan stores
  3. "
  4. " Highlights quotes ">..." as comments
  5. "
  6. "
  7. " ~/.vim/syntax/4c.vim
  8. " :set syn=4c
  9.  
  10.  
  11. syn region quote start=">" end="\n"
  12.  
  13. hi def link quote Comment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement