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
- Host: GitHub
- URL: https://github.com/memgraph/cypher.vim
- Owner: memgraph
- Created: 2021-05-03T09:59:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T07:52:48.000Z (over 4 years ago)
- Last Synced: 2023-03-03T20:09:44.052Z (about 3 years ago)
- Language: Vim script
- Homepage:
- Size: 17.6 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-syntax](https://github.com/neo4j-contrib/cypher-vim-syntax):

# 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'
```