sublime-cypher icon indicating copy to clipboard operation
sublime-cypher copied to clipboard

Syntax highlighting for Neo4j's Cypher query language in SublimeText.

Results 8 sublime-cypher issues
Sort by recently updated
recently updated
newest added

Installed Sublime Text then Package Control. On invoking the packager installer the list of available packages does not include 'Cypher'.

Hey!, do you have any plans to port this to ST3? I'm currently working with Cypher and having to use Plain Text in ST3 is not pretty :(. If you...

I updated the code to support both python 2 and 3. I didn't test all the features, but the syntax highlight is working on both versions

I have a bunch of cypher in my coffee files inside strings. Such as https://cloudup.com/c7mjpm5Cgbc Would highlighting this code be possible?

If the Cypher results include unicode, the user will encounter an error within Sublime's terminal like this: UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 36: ordinal not in...

Would be cool to get that in for ``` CREATE (a:MYLABEL{}) ``` see http://docs.neo4j.org/chunked/snapshot/query-create.html#create-create-a-node-with-multiple-labels

A cypher query of the form: start a=node(*) match p=(a) - [:ACTED_IN] -> (movie)