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.
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.
- 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.
- robinedwards for extending the syntax.
- davidszotten for making it work with pathogen.
Thanks guys!