Hi,
Please use the below code, it may helpful:
app.findTextPreferences = app.changeGrepPreferences = null;
app.findGrepPreferences.bulletsAndNumberingListType = ListType.BULLET_LIST;
app.findGrepPreferences.findWhat = "^(\\l.+)(:$)";
app.changeGrepPreferences.changeTo = "$1;"
app.activeDocument.changeGrep();
If above code helps for you, please provide helpful or correct answers for me.
Thanks
Beginner_X