/cypher.vim

Vim syntax for the Cypher query language

Primary LanguageVim Script

Cypher Vim Syntax

This is a Vim syntax file for the awesome Cypher graph database query language. Cypher is like SQL for graph databases. You can find Cypher on openCypher.

Visual comparison

cypher.vim: cypher.vim

cypher-vim-syntax: cypher-vim-syntax

Install

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

Using vim plug:

Plug 'memgraph/cypher.vim'