Is there such a thing as "elisp bundle" for TextMate?

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 :

alt text

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?

+3
source share
1 answer

I would not think so, because anyone who writes elisp is going to do this in Emacs, so there will be no call to the Textmate package for him.

+1
source

Source: https://habr.com/ru/post/1747920/


All Articles