Cypher Mode for CodeMirror // Cypher Mode for CodeMirror, using the neo theme MATCH (joe { name: 'Joe' })-[:knows*2..2]-(friend_of_friend) WHERE NOT (joe)-[:knows]-(friend_of_friend) RETURN friend_of_friend.name, COUNT(*) ORDER BY COUNT(*) DESC , friend_of_friend.name x 1// Cypher Mode for CodeMirror, using the neo theme2MATCH (joe { name: 'Joe' })-[:knows*2..2]-(friend_of_friend)3WHERE NOT (joe)-[:knows]-(friend_of_friend)4RETURN friend_of_friend.name, COUNT(*)5ORDER BY COUNT(*) DESC , friend_of_friend.name6 MIME types defined: application/x-cypher-query