My favorites | Sign in
Project Logo
          
Links:
Feeds:
People details
Project owners:
  xahlee

A emacs mode for Linden Scripting Language. This package is named xlsl-mode.

Features

Install

You are done. Now, open any LSL source code, then type Alt+x xlsl-mode, you'll have syntax coloring and other features.

To have emacs automatically load the file when it restarts, and automatically use the mode when opening files ending in “.lsl”, put the following lines in your emacs init file “.emacs”:

(add-to-list 'load-path "/path/to/parent/dir/") ;; make sure dir is the file's parent
(autoload 'xlsl-mode "xlsl-mode" "Load xlsl-mode for LSL." t)
(add-to-list 'auto-mode-alist '("\\.lsl\\'" . xlsl-mode))

Then, restart emacs.

Documentation

For documentation and usage tips, see: http://xahlee.org/sl/ls-emacs.html

Bugs, Wish List

For any problem or wish list, please post it to: http://code.google.com/p/lsl-mode/issues/list









Hosted by Google Code