Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML TAG Support #27

Open
albertoelias123 opened this issue Jan 11, 2020 · 1 comment
Open

HTML TAG Support #27

albertoelias123 opened this issue Jan 11, 2020 · 1 comment

Comments

@albertoelias123
Copy link

This extension is fantastic! Do you plan on extending support for HTML tags?

@albertoelias123
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant