Skip to content

Instantly share code, notes, and snippets.

@rasefon
Created March 30, 2014 02:44
Show Gist options
  • Save rasefon/9866617 to your computer and use it in GitHub Desktop.
Save rasefon/9866617 to your computer and use it in GitHub Desktop.
" Highlight All Function "
syn match cFunction display "[a-zA-Z_][a-zA-Z_0-9]\{-1,}\s\{-0,}(\{1}"ms=s,me=e-1
hi cFunction gui=NONE guifg=#FFD700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment