Add Line 19:
syn match idlangStatement "^\s*;\s"
Line 61/2 (allow spaces before ;):
syn match idlangComment "\s*[\;].*$" contains=idlangTodo
AG
syn match idlangStatement "^\s*;\s"
syn match idlangComment "\s*[\;].*$" contains=idlangTodo
[hooks]
precommit = hg pull; hg up
postcommit= hg push
post-pull = hg up
waiting for lock on working directory of [dir] held by [procnum]
running hook pre-commit: hg pull; hg up
pulling from [source]
searching for changes
no changes found
running hook post-pull: hg up
abort: outstanding uncommitted merges
warning: post-pull hook exited with status 255
abort: outstanding uncommitted merges
warning: pre-commit hook exited with status 255