Robot framework code editor inside Angular web

Hello I’m building a web user interface using Angular and I want to implement a Robot code editor inside my website

There is for example the Ace editor or Monaco editor but they don’t support Robot

Is there something similar to that?

Hi did you find a solution? I have the same problem…

I had a quick look, according to the Ace editor website (if I got the right editor? it supports TextMate/Sublime Text.tmlanguage files.

According to this thread there appears to already be a robot.tmLanguage file available somewhere.

So while there may not be an “out of the box” solution it looks like it should be possible, certainly beats trying to build your own syntax highlighting file for one of these editors.

I didn’t even look at Monaco editor, but I’d suggest the same, find out if it has a syntax file format and search if there is an existing one of those syntax files for robot framework.

I don’t know any more than this but I hope that helps,

Dave.