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

Feature: Add support for multiple regex engines #17

Open
MikeLemo1 opened this issue Jun 24, 2024 · 2 comments
Open

Feature: Add support for multiple regex engines #17

MikeLemo1 opened this issue Jun 24, 2024 · 2 comments
Labels
later might do later

Comments

@MikeLemo1
Copy link

Useful for anyone who works across multiple platforms, not an expert in regex for now for suffered from the struggle
here's a list of some of the available engines: https://www.regexmagic.com/flavors.html

The ones I used the most are: Vim, Lua, Python, JS, PHP and maybe in the future Golang regex engine.

Does the plugin already support nvim's lua regex btw?

@tomiis4
Copy link
Owner

tomiis4 commented Jul 25, 2024

Hello, I'm sorry for the late response, it fully support LUA and PHP but other engines may work too.

@tomiis4 tomiis4 added the later might do later label Jul 25, 2024
@MikeLemo1
Copy link
Author

Yeah but escaping chars and wildcard expansion inside sets doesn't work it is different than the regex treatment you have in say regex101.com So it's not exactly the same

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

No branches or pull requests

2 participants