svoid tok_runnableClasses(LS tok) { replaceKeywordBlock(tok, "runnable class ", "class $3 implements Runnable { run {", "}}"); }