I started using Code Collector Pro to organize and save my Emacs codes, and this software requires TextMate packages for syntax highlighting. They have a lisp package, but not an elisp package, at least not the one I see. I would think that syntax highlighting would work with the lisp package, but for some reason this is not happening.
I have not even seen any lisp code with syntax highlighting, so it is possible that the thing works, and I don’t know, but I honestly don’t think because ;; before the line seems remarkable to me, so something after that should be in the color specific to the comments, which in my case are green. Here is an image of my code collector screen with a code snippet written by huaiyuan , answering my question posted here :

Does it look as it should, or is there something wrong?
Let's get back to the original question: is there a textmate package for elisp or a set similar to the ones from textmate that I can download to get syntax highlighting?
source
share