Created
December 14, 2011 18:16
-
-
Save fcamel/1477788 to your computer and use it in GitHub Desktop.
vim customized keyword
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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