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

Incorrect syntax highlighting for .properties files #124348

Closed
csnv opened this issue May 21, 2021 · 2 comments
Closed

Incorrect syntax highlighting for .properties files #124348

csnv opened this issue May 21, 2021 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@csnv
Copy link

csnv commented May 21, 2021

Single quote characters hold no special meaning in .properties files, however, vscode highlighting tries to match a second quote even on different lines.
.properties files follow the syntax [key]=[value] where the value is simple text and can contain any character.

How to reproduce:

  • Create a new .properties file
  • Add a key-value pairs with random single quote as per the attached image

image

@alexr00
Copy link
Member

alexr00 commented May 27, 2021

Can you please share a copy/pastable sample?

@alexr00 alexr00 added the info-needed Issue requires more information from poster label May 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants
@csnv @mjbvz @alexr00 and others