diff options
author | Vicnet <vo.publique@gmail.com> | 2013-09-24 05:06:44 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-10-07 14:04:42 (GMT) |
commit | 119bf37cb343ec9873698a76150bca77b4d8e0b4 (patch) | |
tree | 9d5f4d257a6586b284e6b0755304cb838677d27a /contrib | |
parent | 572ab5804b62d6995491cd21d6af3ae319abd245 (diff) |
add children primitive, and refactor control.cc a little
Diffstat (limited to 'contrib')
-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 |