Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- syn keyword unmError fi
- syn keyword condKeys contained if fi
- syn region condition fold transparent matchgroup=condKeys start="\<if\_s" end="\<fi\>"
- hi def link unmError Error
- hi def link condKeys Statement
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement