Awesome
Cypher Vim Syntax
What is it?
This is a basic Vim syntax for the awesome Cypher graph database query language. Cypher is like SQL for graph databases. You can find Cypher on Neo4j.
Why should I use it?
Because syntax highlighting is really helpful, that's why. Also, we want people to be able to do ad-doc queries and graph updates in their favourite shell, and not compromise readability, etc.
How should I use it?
- Install the awesome pathogen Vim plugin.
- cd .vim/bundle
- git clone git://github.com/neo4j-contrib/cypher-vim-syntax.git
- edit a file that has the extension .cypher, .cql or .cyp.
Who should I thank?
- robinedwards for extending the syntax.
- davidszotten for making it work with pathogen.
Thanks guys!