neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
679 stars 345 forks source link

Neo4J Desktop Cypher Query - Parts of Labels Registering as KeyWords #1128

Closed teddylee123 closed 4 years ago

teddylee123 commented 4 years ago

Hi there,

First time poster and Neo4j Desktop User - trying to upload and convert a csv file but parts of my query keep registering in Cypher/DesktopQuery as keywords making my code unusable. Please see screenshot of both my code and example Neo4J code attached - neither of which work properly.

Screenshot 2020-06-23 at 21 00 25 Screenshot 2020-06-23 at 20 48 52

Please let me know what to change.

Thanks!

Steps to reproduce

  1. Type in code in the screenshot

Expected behavior

  1. Appropriate return of the values in the csv

Actual behavior

  1. key words not registering as proper cypher code
OskarDamkjaer commented 4 years ago

Hello! Is this a purely visual problem? Do you get any errors when you try to run the query from your image?

OskarDamkjaer commented 4 years ago

The current syntax highlighting isn't smart enough not to highlight "count" in "country", the plan is to switch what editor is used and new do better highlighting then. If your issue is not purely visual, please re-open this issue