Skip to content

Commit

Permalink
Fixed vim formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samee committed May 30, 2016
1 parent fc66918 commit 9bde3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oblivc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
function SetOblivcOptions()
" Hijack C syntax highlighting and indenting
set filetype=c
syn match ocConditional "\<obliv\s\+if"
syn match ocConditional "\<obliv\s\+if\>"
syn keyword cType frozen
syn match ocOblivType "\<obliv\>\(\s\+if\)\@!"
syn match ocOblivType "\<obliv\>\(\s\+if\>\)\@!"
syn match cStatement "\~obliv\>"
hi def link ocConditional Conditional
hi def link ocOblivType Type
Expand Down

0 comments on commit 9bde3cf

Please sign in to comment.