Frederik De Bleser
Frederik De Bleser
Looking good! 👍
Here's some info on writing a custom mode in CodeMirror: http://codemirror.net/doc/manual.html#modeapi
Perhaps the simple mode is enough: http://codemirror.net/demo/simplemode.html
I've already started work on this — I'll make a PR soon. However, I'm still waiting a bit on support for HTTP get (See #34)
See PR #36 for a first stab at the implementation.
Thanks! Stupid but it works :-) I now have the following code: ```js // Jexl can't deal with unary "-" operators. This function replaces this with a binary operator. //...