-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Add CodeMirror simple-mode addon #9842
Comments
Comment by mackenza
|
Comment by sprintr
|
Comment by MarcelGerber This looks good. All unit and integration tests passed. Merging. Thanks for this awesome contribution! |
Comment by MarcelGerber I've also added a note to the wiki page: https://github.com/adobe/brackets/wiki/Language-Support/_compare/2c83f4b3be9bb6cbe86e1ebd5d357d9ca5a2915f...d8aa32d203b7f4f20b9342ac7eb06818c50bde84 |
Comment by foice Great, your edit of the Language-Support page is already a first step, but to me it still sounds greek. "To use your custom CodeMirror mode, load it using require(), register it with CodeMirror using CodeMirror.defineMode(), then call LanguageManager.defineLanguage() as above." maybe it says it all, but only if you know the lingo ... :P Would it be possible to have a more step by step help page to add a new language from scratch? At this point such a feature might be a great thing that bracket does, so it is probably worth explaining to the people :) Thanks a lot |
Comment by MarcelGerber
|
Comment by sprintr I have answered about
|
Comment by foice Yes I am looking now at Amin Ullah Khan main.js. It looks promising and will give it a try tomorrow. |
Comment by foice The example provided was very helpful. I think I have gone already a good way in coloring my code :) |
Issue by sprintr
Monday Jun 15, 2015 at 20:04 GMT
Originally opened as adobe/brackets#11280
Allows extension developers to use CodeMirror's simple mode addon. Fixes #11267 and #10501
sprintr included the following code: https://github.com/adobe/brackets/pull/11280/commits
The text was updated successfully, but these errors were encountered: