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

Spell checking disabled for any comment or string literal that includes a URL or any of the other patterns in defaultSettings.skipIfMatch #74

Open
mikaelwaltersson opened this issue Jul 7, 2021 · 1 comment

Comments

@mikaelwaltersson
Copy link

Most of the defaults in skipIfMatch ought to go in skipWordIfMatch because otherwise a whole comment or string literal will be ignored if it matches the pattern and the patterns are quite inclusive, like the Auxiliary verbs.

Because there is no way of overriding the defaultSettings.skipIfMatch (as it is a union of your own settings and the default) there is no way to work around it either.

@aotaduy
Copy link
Owner

aotaduy commented Jul 7, 2021

Hi mikael can you share an example please? some code that will be skipped and should be checked

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

2 participants