Advertisement
Guest User

highlighting unmatched closure

a guest
Nov 12th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.21 KB | None | 0 0
  1. syn keyword unmError fi
  2. syn keyword condKeys contained if fi
  3. syn region  condition fold transparent matchgroup=condKeys start="\<if\_s" end="\<fi\>"
  4.  
  5. hi def link unmError Error
  6. hi def link condKeys Statement
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement