Sublime Forum

Syntax highlighting for Cypher Query Language

#1

Hi, don’t know how many Cypher language users would use Sublime, but here’s the idea:
implementation of syntax highlighting for Cypher Query Language, used for modelling Neo4j graph database.

Cypher Query Language description here.
Neo4j description here.

0 Likes

#2

https://packagecontrol.io/packages/Cypher

0 Likes

#3

Thanks:)
Will check it out ASAP.

0 Likes

#4

Hm, this is version for Sublime 2:( Is there a version for Sublime 3?

0 Likes

#5

the syntax highlighting should still work in ST3, even if the autocompletion won’t. Maybe just save https://github.com/kollhof/sublime-cypher/blob/master/Cypher.tmLanguage into your Packages/User folder.

0 Likes

#6

Yeah, used steps as described at http://geekswithblogs.net/cskardon/archive/2014/09/12/install-cypher-highlighting-into-sublime-text-3.aspx. It works.

But just a quick question: Is it OK to put the content of the repo into Packages\Cypher or should it be Packages\User\Cypher?

0 Likes

#7

Packages\Cypher is okay, Packages\User\Cypher won’t work properly :slightly_smiling:

0 Likes

#8

Thanks.

Also installed https://github.com/sqlcook/Sublime-Neo4j, so I think I’m good to go;)

0 Likes