Skip to content

Commit

Permalink
Update ViM syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Feb 2, 2016
1 parent 7591563 commit 77cedef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/vim/opensips.vim
Expand Up @@ -16,7 +16,7 @@ syn keyword osStatement return break exit drop
syn keyword osLabel case default esac
syn keyword osConditional if else switch and or not
syn keyword osRepeat while for in
syn keyword osAction loadmodule modparam async
syn keyword osAction module async

syn keyword specialOperand myself yes no true false enable disable on off
syn keyword specialOperand af uri status from_uri to_uri NULL null
Expand Down Expand Up @@ -86,7 +86,7 @@ hi def link osVarSimple Type
hi def link osVar Type
hi def link osVarNamedS Type
hi def link osVarIndex Type
hi def link osRouteStmt Type
hi def link osRouteStmt osStatement
hi def link osLogFacility specialOperand
hi def link osTransfm Special
hi def link osCommentL osComment
Expand Down

0 comments on commit 77cedef

Please sign in to comment.