Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indentation error when string on prior line contains a keyword.

FormerPhysicist opened this issue · comments

commented

Like my prior issue, I've noticed that the indentation isn't right when a string contains a block keyword. For example,

def foo = "if for while else" 
	def bar = false // This isn't right

def foo = "normal string"
def bar = true // This is what I'd expect

I'll submit a PR shortly that should put this issue (I hope) to bed.

This is fixed, isn't it?