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

Highlighting of % in a format string #1149

Closed
aahaselgrove opened this issue Oct 20, 2017 · 1 comment
Closed

Highlighting of % in a format string #1149

aahaselgrove opened this issue Oct 20, 2017 · 1 comment

Comments

@aahaselgrove
Copy link

Windows 10 version 1703
VSCode version 1.17.0
cpptools version 0.14.0

% is highlighting red in a format string (I understand this to indicate an invalid format specifier) when it is followed by '[', which is valid. For example: fscanf(file, "%[^','],%s", word1, word2)

@sean-mcmanus
Copy link
Collaborator

This appears to be a duplicate of atom/language-c#234 . Once the fix gets into there, then VS Code can port the fix over.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants