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
I took a look at the extension files and got an idea, saw that Regex is already in use.
With this in mind, if we treat html tags as regular expressions (Regex), we can easily identify them as opening and closing HTML tags.
For example:
Opening HTML Tag -> <[^> \ /] *>
Closing the HTML Tag -> <\ / [^>] *>
Do you believe that with this idea it would be possible to identify HTML tags?
This extension is fantastic! Do you plan on extending support for HTML tags?
The text was updated successfully, but these errors were encountered: