I'm trying to extend ACE with syntax highlighting for a DSL we use. Has anyone done this? It seems a bit daunting (each language included with ACE seems to import code from all over the place--unlike say, Textmate, where you can just write an independent file for each language)
(BTW: New cloud9 looks really neat. Very impressive stuff)
Comments
I'm trying to extend ACE with syntax highlighting for a DSL we use. Has anyone done this? It seems a bit daunting (each language included with ACE seems to import code from all over the place--unlike say, Textmate, where you can just write an independent file for each language)
(BTW: New cloud9 looks really neat. Very impressive stuff)
I wrote a LaTeX syntax highlighter for it. I found the easiest thing was to copy and paste a simple one and build from there.