meistermeier / cypher-language-support

Neo4j's Cypher Language support

Home Page:https://neo4j.github.io/cypher-language-support/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j Cypher Language Support

This mono repo contains packages that together make up Neo4j's Cypher Language support.

Project status

The project is in an early stage. We are still missing important features and the project is not yet stable. We welcome feedback and contributions!

Try it out in our demo or in our alpha releases in Neo4j Workspace and soon also in our VSCode extension.

Project Overview

The project comprises several packages:

  • language-support - The core library implementing the language support features.
  • language-server - The language server wrapper for the language-support package.
  • vscode-extension - The Neo4j VSCode extension which bundles the language-server
  • react-codemirror - A set of codemirror6 cypher language support plugins and a react wrapper.
  • react-codemirror-playground - A playground for the codemirror integration.
  • schema-poller - An internal package we use to manage the Neo4j connection and keep the schema (procedure names, labels, database names, etc.) up to date in the language server.

Capabilities

  • Syntax highlighting
  • Autocompletion
  • Linting

Building the project and contributing

See CONTRIBUTING.md.

About

Neo4j's Cypher Language support

https://neo4j.github.io/cypher-language-support/

License:Apache License 2.0


Languages

Language:TypeScript 96.2%Language:ANTLR 3.4%Language:Shell 0.1%Language:JavaScript 0.1%Language:HTML 0.1%Language:Cypher 0.1%Language:CSS 0.0%