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

Add Narrow no-break space U+202F #149

Open
BistroStu opened this issue Oct 14, 2020 · 0 comments
Open

Add Narrow no-break space U+202F #149

BistroStu opened this issue Oct 14, 2020 · 0 comments

Comments

@BistroStu
Copy link

This character can go completely un-noticed, especially in a fixed-width font. https://util.unicode.org/UnicodeJsps/character.jsp?a=202F

Please add it to the default gremlins as follows:

"202f" : {
"description": "narrow no-break space",
"level": "warning"
}

Level could equally be "error".

This character ruined my day. I copied some code, including a regular expression, from VSCode into MSWord with the "Copy With Syntax Highlighting" option turned on. All spaces and tabs were replaced with character U+202F by VSCode. Pasted from Word back into VSCode and my code was broken.

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