cypher-query-language icon indicating copy to clipboard operation
cypher-query-language copied to clipboard

No syntax highlighting for "CREATE"

Open ajmeese7 opened this issue 3 years ago • 0 comments

Whenever I paste the default "Create an index" neo4j basic query into a .cypher file, none of the keywords are highlighted:

Cypher query with no syntax highlighting

It works fine for CREATE INDEX ON (n.id), but doesn't work with the intermediate options.

I did try removing the newlines and having the query all on one line, but that did not make a difference.

ajmeese7 avatar Nov 01 '22 00:11 ajmeese7