pranab.nag:
orgid:ID(Org-ID),
Hi Pranab,
a bit belatedly but here's why it failed: the id spaces are parsed using regular expressions and Org-ID does not match \w+. Use OrgId or something similar instead.
Gabor
If your goal is syntax highlight for Cypher queries, the listings package can do a reasonable job.
I published a minimal working example on GitHub: https://github.com/szarnyasg/cypher-latex
You can also try minted which uses pygments in the backgroun...