|
How do I actually insert the RegExp type into the config? is it just as a string? or is there some other way? Trying to get ignoring patterns working for the symbol finder. |
Answered by
pfoerster
Oct 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@handdara It is just a string. Internally, it is converted into a regular expression using the
regexcrate. I will update the wiki page.