diff options
author | Vicnet <vo.publique@gmail.com> | 2013-09-24 05:06:44 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-09-24 05:14:43 (GMT) |
commit | 8f1081a27dedf336b1e03d9f69a995156a027646 (patch) | |
tree | 81a28961e8dd1f2ea73ef179723224e9be35b557 /contrib/scad-mode.el | |
parent | 2e21f3deff585731d5377490cde87eeccd917445 (diff) |
add children primitive, and refactor control.cc a little
Diffstat (limited to 'contrib/scad-mode.el')
-rw-r--r-- | contrib/scad-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scad-mode.el b/contrib/scad-mode.el index 68a47e6..070caaf 100644 --- a/contrib/scad-mode.el +++ b/contrib/scad-mode.el @@ -74,7 +74,7 @@ :group 'scad-font-lock) (defcustom scad-modules - '("child" "echo" "assign" "for" "intersection_for" "if" "else" ;;control.cc + '("child" "children" "echo" "assign" "for" "intersection_for" "if" "else" ;;control.cc "cube" "sphere" "cylinder" "polyhedron" "square" "circle" "polygon" ;;primitives.cc "scale" "rotate" "translate" "mirror" "multmatrix" ;;transform.cc "union" "difference" "intersection" ;;csgops.cc |