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

Insert a set of characrter with from to notation #274

Open
riccardoprandini01 opened this issue Jan 25, 2023 · 1 comment
Open

Insert a set of characrter with from to notation #274

riccardoprandini01 opened this issue Jan 25, 2023 · 1 comment

Comments

@riccardoprandini01
Copy link

riccardoprandini01 commented Jan 25, 2023

I have to mark all non ascii char in a file so i ned to add continuous utf8 inteval of char actually i I have to add a lot of characters.
"0080-00FF":
useful notation could be

for non contiguous space could be useful

"0001-0007",
"0010-0017":{
            "zeroWidth": false,
            "description": "avoid type",
            "level": "error"
}

another useful thing could be:

"0001-0001" :{
            "zeroWidth": false,
            "description": "avoid type",
            "level": "error"
}

space made by 1 character

@TheSench
Copy link
Collaborator

If I'm understanding you correctly, it looks like you're asking for the ability to specify a range of characters. If that's the right understanding, this is already supported using exactly the suggested notation:
https://github.com/nhoizey/vscode-gremlins#specifying-a-range-of-invalid-characters

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