Skip to content

Commit

Permalink
misc/vim: syntax highlighting for log facility values
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 31, 2016
1 parent 7300b37 commit ab07917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/misc/vim/syntax/kamailio.vim
Expand Up @@ -45,7 +45,7 @@ syn region kamailioString matchgroup=Normal start='"' skip='\\"' end='"' conta
syn match kamailioVariable "$[a-zA-Z_][a-zA-Z0-9_]*\(([^)]\+)\)\?" contained
syn match kamailioIdentifier '[a-zA-Z_][a-zA-Z0-9_]*' contained
syn keyword kamailioStatement route if else switch case default break exit return drop while include_file import_file contained
syn keyword kamailioSpecial yes no on off true false enabled disabled contained
syn keyword kamailioSpecial yes no on off true false enabled disabled LOG_LOCAL0 LOG_LOCAL1 LOG_LOCAL2 LOG_LOCAL3 LOG_LOCAL4 LOG_LOCAL5 LOG_LOCAL6 LOG_LOCAL7 contained

syn keyword kamailioCoreKeyword af dst_ip dst_port from_uri method msg:len proto status snd_af snd_ip snd_port snd_proto src_ip src_port to_af to_ip to_port to_proto to_uri uri uri:host uri:port contained

Expand Down

0 comments on commit ab07917

Please sign in to comment.