Anoop, if you don't receive any responses here, please do get in touch with the CodeMirror community. They may be in a better position to help in your current situation: http://codemirror.net/#community
Alternatively, lease let us know what your latest progress is and if you can figure out a more specific problem that blocks you from progressing. "I can't understand how the code is working around why it is written in that way." - That seems too generic for anyone here to really answer. Cheers, Joe On 6 September 2013 16:20, Anoop Nayak <[email protected]> wrote: > Hi devs, > > > I tried looking at the CodeMirror <http://codemirror.net/> project and I > figured out that I need to write a new > mode<http://codemirror.net/doc/manual.html#modeapi> for > codemirror which can highlight WikiMarkup. And there is already a mode for > tikiMarkup <https://doc.tiki.org/Wiki-Syntax+Text> which is another Wiki > style language as found here > https://github.com/marijnh/CodeMirror/tree/master/mode/tiki. But I can't > understand how the code is working around why it is written in that way. > The next option is to start from scratch which again will consume more time > as I need to learn how a syntax highlighter works and an optimal solution > to it. And so in the process I was trying to understand by the example of a > mode given by the creator of the project itself in here > http://marijnhaverbeke.nl/blog/codemirror-mode-system.html. But again I am > not able to relate it with the tikimarkup mode. > > Could anybody guide me on how to proceed with making a new mode. > > Awaiting a reply soon. > > Regards, > > -- > Anoop Nayak > -- Joachim Dreimann | *User Experience Manager* WANdisco // *Non-Stop Data* e. [email protected] twitter @jdreimann <https://twitter.com/jdreimann>
