You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ens...@googlegroups.com
When my .ensime file contains a :formatting-prefs with the
keyword :alignSingleLineCaseStatements_maxArrowIndent,
Ensime fails to parse it.
I note in org/ensime/util/SExp.scala that the regex for
keywords is:
lazy val keyword = regex(":[a-zA-Z][a-zA-Z0-9-:]*".r) ^^ KeywordAtom
which does NOT allow the '_' character.