Homepage: https://raw.github.com/openscad/openscad/master/contrib/scad-mode.el
Author: Len Trigg, Ćukasz Stelmach
Updated:
A major mode for editing OpenSCAD code
This is a major-mode to implement the SCAD constructs and font-locking for OpenSCAD If installing manually, insert the following into your emacs startup: (autoload 'scad-mode "scad-mode" "A major mode for editing OpenSCAD code." t) (add-to-list 'auto-mode-alist '("\\.scad$" . scad-mode)) or install from marmalade: http://marmalade-repo.org/ M-x install-packagescad-mode