neo4j-vscode icon indicating copy to clipboard operation
neo4j-vscode copied to clipboard

Formatting issue

Open Heziode opened this issue 1 year ago • 0 comments

Hi 👋,

I got the same error as https://github.com/jakeboone02/cypher-query-language/issues/5

The following code:

RETURN apoc.map.merge ({ a:1 }, {b:2})

Is re-formatted to:

RETURN apoc.map. MERGE ({ a:1 }, {b:2})

Same issue with apoc.map.contains.

Heziode avatar May 10 '23 22:05 Heziode