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:06:44 (GMT) |
commit | 611d5ce2a7125e4d76dc95c619b10dbc2b544d7f (patch) | |
tree | 6a82c073cf363776bbbc7baf6184d2c274e142e4 /contrib/scad-mode.el | |
parent | 9a484d717083ca2a7c975aad91d452be8a8d6c56 (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 |