Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-contrib/cypher-vim-syntax
Very basic Vim syntax for Cypher
https://github.com/neo4j-contrib/cypher-vim-syntax
Last synced: 3 months ago
JSON representation
Very basic Vim syntax for Cypher
- Host: GitHub
- URL: https://github.com/neo4j-contrib/cypher-vim-syntax
- Owner: neo4j-contrib
- Fork: true (simpsonjulian/cypher-vim-syntax)
- Created: 2013-04-17T03:21:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T12:20:11.000Z (over 3 years ago)
- Last Synced: 2024-08-02T07:11:04.462Z (6 months ago)
- Language: Vim script
- Size: 11.7 KB
- Stars: 40
- Watchers: 12
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neo4j - cypher-vim-syntax - Very basic Vim syntax for Cypher. (REST API / Other)
README
Cypher Vim Syntax
=================What is it?
-----------
This is a basic [Vim](http://www.vim.org) syntax for the awesome [Cypher](http://docs.neo4j.org/chunked/stable/cypher-query-lang.html) graph database query language. Cypher is like SQL for graph databases. You can find Cypher on [Neo4j](http://www.neo4j.org).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](https://github.com/tpope/vim-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](https://github.com/robinedwards) for extending the syntax.
* [davidszotten](https://github.com/davidszotten) for making it work with pathogen.Thanks guys!