Add/remove syntax support
Currently comes packaged with XML, CSS, and Javascript support.
User should be able to add/remove languages, and these Codemirror mixins should be loaded/deleted dynamically.
Multihack should NOT just be for web languages.
I am not sure if this is a problem, but how does the code coloring work for a multihack-foreign language?
I don't think the syntax highlighting will be affected by a change in language. ie) It just sees Javascript, whether that be "English Javascript" or "German Javascript".
Oh I thought you meant another code language, like pearl, c++, or php
I do. I'm not sure what you mean then.
Syntax highlighting is just provided by Codemirror plugins. I want to let the user decide which plugins they load. So they can use PHP or Python with colours.
Yeah I meant the syntax highlighting... Ok x)