Closed karloluis closed 8 months ago
i used to solve this..
I'm guessing you mean you solved it. I see your pull request, now it's a matter of getting the owner @darron to maintain it.
lol i mean "I need".. sorry.
My PR is about other issue
That's too bad. Let me know if you get it fixed. Looking forward to getting updates on this.
I found a place where syntax goes well
https://ionicabizau.github.io/ejs-playground/
here is the script.. https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.3/mode-ejs.js
Im trying to see regular expressions that can fix the language-ejs/grammars/javascript template.cson file
I tried fixing it myself but this is a bit out of my league. Have fun.
ofc is out of my league too from https://ionicabizau.github.io/ejs-playground/ @IonicaBizau where you achieve this syntax engine? can you solve this?
Hey guys!
I simply used the ejs
mode for Ace Editor there. :grin:
Truth is that I'm (still) terrible in regex... I don't think I can really help, but maybe that link is useful.
many thanks! dude!
Here is useful info to understand this file https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/ejs.js
The image shows a
ejs
segment in which a JSON is called with a function. The dot followed by a word followed by a parenthesis (regex.<w>(
) breaks the syntax functionality until the parenthesis is closed.