Thanks. I definitely found a way how to break indentation, but couldn't
figure out how to fix it. Or how to create a special class of highlighted
words that follow "function".
I see that if I write blah[] and press Enter after the first bracket, it
will result in:
blah[
$
]
... with the cursor sitting where $ is (I am still in IJ notebook). The
indentation is then respected (if I press Enter after the $ line, the next
line is indented).
How do I make the same happen for parenthesis: ()? I want pressing Enter
after the first parenthesis in blah() result in:
blah(
$
)
Thanks!