You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my program Decard, a list of replacements is configured to convert custom macros to XML (SVG).
XML syntax is highlighted, and regular expressions are already quite difficult to understand, I would like to simplify their input with highlighting, as is implemented on the regex debugging sites.
In my program Decard, a list of replacements is configured to convert custom macros to XML (SVG).
XML syntax is highlighted, and regular expressions are already quite difficult to understand, I would like to simplify their input with highlighting, as is implemented on the regex debugging sites.
That's what I want to highlight:

Replace using samples:
dotted(([0-9%]),([0-9]),(['"]+)(.+?)\3)=$
<html left="0" align="center" font-size="45" width="\1" height="\2" line-height="80%"><bkg outline="6" stroke-dasharray="5 5" fill="url(#MainColor)" fill-opacity="0.3" stroke-opacity="1" stroke="url(#MainColor)" stroke-width="2" rx="40"/><font filter="url(#fltShadow)">\4</font></html>
\n -+- \n dotted(160,70,'-1(move) : (Air)')

frame(([0-9%]),([0-9]),(['"]+)(.+?)\3,([-0-9]*))=$
<html dy="\5" align="center" font-size="45" width="\1" height="\2" left="35" rigth="-5" line-height="80%"><bkg patch="#frm!"/>\4</html>
frame(200,80,'(Ice)(Air)')

The text was updated successfully, but these errors were encountered: