scad-mode

Homepage: https://raw.github.com/openscad/openscad/master/contrib/scad-mode.el

Author: Len Trigg, Ɓukasz Stelmach

Updated:

Summary

A major mode for editing OpenSCAD code

Commentary

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-package  scad-mode 

Dependencies

Reverse dependencies