Created
May 22, 2011 16:38
-
-
Save christianparpart/985659 to your computer and use it in GitHub Desktop.
VIM syntax file excerpt
This file contains 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
" IPv6 address | |
syn match flowIPv6 /[a-fA-F0-9:]*::[a-fA-F0-9:.]*/ | |
syn match flowIPv6 /[a-fA-F0-9:]\+:[a-fA-F0-9:]\+:[a-fA-F0-9:.]\+/ | |
" identifiers | |
syn match flowIdent /[a-zA-Z][a-zA-Z0-9_.]*\(:\)\@!/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment