-
Notifications
You must be signed in to change notification settings - Fork 510
Custom regex #63
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
Comments
You can do this with a custom override. Take a look at how all of the existing diffs are implemented:
|
I know, but how can I call the local Thanks! |
Right now you'd need to copy that into your own code. We don't expose that anywhere right now but #64 should make this a bit easier to use once implemented. |
@kpdecker Okok, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be super nice to allow a custom regex for splitting the words, for example. I need that in one of my projects.
This could be useful when I want to consider words containing special characters (like
.
or so).The text was updated successfully, but these errors were encountered: