I've noticed that Zencoding doesn't highlight code when editing .load
views for components, so I find myself doing all my editing in a .html
view, then copying the whole thing over into my .load view and
removing my {{extend}}.Firstly it would be cool if zencoding could be made to treat .load views as html, but even better if rather than falling back to generic.load when no .load view exists for a component, it falls back to the .html view, perhaps (crudely) just by automatically removing the first extend.

