Logo major mode for Emacs

At the time of this posting, it’s still pretty rough, but it does basic syntax highlighting for very common functions (only a small fraction of them). It also associates “.lg” files with logo-mode.

To make it load every time you start emacs, you can either copy the source into your .emacs file, or load the file (again in the .emacs file):

(load “~/logo-mode.el”)

Assuming you saved it in your home directory.

If you just want to run it once and check it out, open the file, then select “evaluate buffer” from the emacs-list menu. Then open a “.lg” file, and it should automatically highlight.

(load “~/logo-mode.el”)

Let me know if you find any bugs or have any requests.

Download: Logo-Mode

Tagged Tags: , , on December 3, 2008 at 8:54 am

Leave a Reply