Title: [VIM] vim custom syntax 4chan quotes Author: Twilypastes Pastebin link: http://pastebin.com/2Xj3sQSL First Edit: Sunday 16th of November 2014 06:03:39 AM CDT Last Edit: Sunday 16th of November 2014 06:03:39 AM CDT " Vim Custom Syntax highlight file for " 4chan stores " " Highlights quotes ">..." as comments " " " ~/.vim/syntax/4c.vim " :set syn=4c     syn region quote start=">" end="\n"   hi def link quote Comment