Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 727 Bytes

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'