I'd like to be able to append/prepend to only the first/last token in a list.
Example
Wrong: Michael ha actualitzat els perfils de John, de Joseph i de Mary.
Right: Michael ha actualitzat els perfils de John, Joseph i Mary.
Conversely, it would be good if we choose to append/prepend to all tokens as well.