-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/remove syntax support #40
Comments
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) |
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.
The text was updated successfully, but these errors were encountered: