tobiashm / language-cypher

Cypher language support in Atom
https://atom.io/packages/language-cypher
MIT License
7 stars 1 forks source link

Indentation control #3

Open rbramley opened 9 years ago

rbramley commented 9 years ago

It would be nice if the settings supported additional patterns for increasing/decreasing indent as per the SQL settings: https://github.com/atom/language-sql/blob/master/settings/language-sql.cson

tobiashm commented 9 years ago

That looks like a good idea. Do you have any ideas for potential patterns?

rbramley commented 9 years ago

I guess the starting point would be the structural query elements from the syntax http://neo4j.com/docs/stable/cypher-refcard/ plus CASE?