/cypher-editor

Codemirror editor for Cypher, with syntax awareness and auto-completion

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cypher Editor

Cypher-editor provide feature-rich support of Cypher query language in JavaScript-based editors
Demo

Screenshot of Example

The example above is using cypher-editor. Check it out at neo4j/neo4j-browser.

Key Features

  • Syntax highlighting
  • Auto-complete for labels, relationship types, properties and variables
  • Command auto-complete

Supported editors

Cypher editor support

Cypher editor support package provides all the core functionality that is needed to power Cypher integration in editors.

Projects using cypher-editor

Prerequisites

You may need to install yarn via npm install -g yarn.

Project structure

cypher-editor
├── cypher-codemirror     # Cypher Editor Support integration with codemirror
├── cypher-editor-support # Provides core functionality for Cypher integration in editors
└── tools                 # Scripts

Documentation

If you want to help us take a look at the issues.

License

This project is licensed under the GNU License - see the GNU General Public License file for details.