cypher-query-language
cypher-query-language copied to clipboard
No syntax highlighting for "CREATE"
Whenever I paste the default "Create an index" neo4j basic query into a .cypher file, none of the keywords are highlighted:

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.