Indention is needed if and only if there is no multi-line token between the trigger and the first line break.
needs_indention_one(pd, potential_trigger)
pd | A parse table. |
---|---|
potential_trigger | the index of the token in the parse table for which it should be checked whether it should trigger indention. |
Returns TRUE
if indention is needed, FALSE
otherwise.
TRUE
if indention is needed, FALSE
otherwise.