An open API service indexing awesome lists of open source software.

https://github.com/memgraph/cypher.vim

Vim syntax for the Cypher query language
https://github.com/memgraph/cypher.vim

Last synced: 10 months ago
JSON representation

Vim syntax for the Cypher query language

Awesome Lists containing this project

README

          

# Cypher Vim Syntax

This is a [Vim](http://www.vim.org) syntax file for the awesome [Cypher](https://www.opencypher.org/) graph database query language.
Cypher is like SQL for graph databases.
You can find Cypher on [openCypher](https://www.opencypher.org/).

# Visual comparison
[cypher.vim](https://github.com/memgraph/cypher.vim):
![cypher.vim](https://i.imgur.com/BjTPVyw.png)

[cypher-vim-syntax](https://github.com/neo4j-contrib/cypher-vim-syntax):
![cypher-vim-syntax](https://i.imgur.com/g86kGbh.png)

# Install
Install using your favourite plugin manager, or manually copy the files into your vim runtime directory.

Using [vim plug](https://github.com/junegunn/vim-plug):
```vimscript
Plug 'memgraph/cypher.vim'
```