Skip to content

Instantly share code, notes, and snippets.

@fcamel
Created December 14, 2011 18:16
Show Gist options
  • Save fcamel/1477788 to your computer and use it in GitHub Desktop.
Save fcamel/1477788 to your computer and use it in GitHub Desktop.
vim customized keyword
"Custom syntax
hi DATE guifg=green
syn match DATE /\[201\d\/\d\d\/\d\d\]/
hi IMPORTANT guifg=red
syn match IMPORTANT /(\*)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment