Wrong comments in Prolog

Description
Prolog code is commented with # instead if %.

Steps to reproduce

  1. Create a new Replit with Prolog.
  2. Hit Ctrl + /.
    Expected:
    The code is commented with %.
    Actual:
    The code is commented with #, what is not correct in Prolog.

Bug appears at this link: https://replit.com/@piotr-sobieraj/prolog-misc#main.pl

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@piotr-sobieraj