textmate / shellscript.tmbundle

TextMate support for ShellScript
43 stars 29 forks source link

${var:$((${#var}-5))} #9

Closed wafflesnatcha closed 10 years ago

wafflesnatcha commented 12 years ago

${var:$((${#var}-5))}

Doesn't hightlight correctly (I know it's a serious edge case).

It is in fact valid code...

var="This is some text."
echo ${var:$((${#var}-5))}
mkhl commented 12 years ago

Ah, yes. I have a patch queued up for this, but I doubt I'll get around to pushing it before my upcoming vacation (for the rest of the month)…

mkhl commented 12 years ago

Did you get a chance to check out 250484f?

wafflesnatcha commented 12 years ago

Did you get a chance to check out 250484f?

Yea looks good to me