Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 425 Bytes

ogre-material-mode

Emacs major mode for Ogre3D material scripts. Provides basic syntax coloring via font-lock mode.

Installation

Add this to your .emacs or .emacs.d/init.el file:
(setq load-path (cons "path/to/ogre-material-mode/" load-path)) (require 'ogre-material-mode)

Licence

Released under the WTFPL licence. See COPYING.TXT for details.