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

Properties File Language highlighting is Wrong #4

Open
aeschli opened this issue Jan 26, 2018 · 4 comments
Open

Properties File Language highlighting is Wrong #4

aeschli opened this issue Jan 26, 2018 · 4 comments

Comments

@aeschli
Copy link

aeschli commented Jan 26, 2018

Steps to Reproduce:

  1. Copy below content into file test.properties
#Error dialog description
ERROR_TEXT=Currently there's no data in the back end

#This is the title for the detail page business benefits panel
BENEFITS=Business Benefits
  1. Open file test.properties with VSCode
  2. The language highlight is wrong
  • line 4 is comment, but is grey out
  • line 5 key and value is not recognized

Reproduces without extensions: Yes

Copied from original issue: microsoft/vscode#41719

@ejbp
Copy link

ejbp commented Apr 4, 2020

Is this issue still not resolved? I'm facing the same problem on Visual Studio version 1.43.2 running on MacOSX . I'm using this fork that solves me the problem: https://github.com/ithildir/vscode-java-properties

@Chealer
Copy link

Chealer commented Sep 25, 2020

This looks like a duplicate of ticket #3 .

@xiaoma20082008
Copy link

This issue maybe caused by the character '.
if some line only has a single quote ', the next line's color after that is wrong.

here also has a bug, microsoft/vscode#111217

@Siedlerchr
Copy link

I am having a simliar issue when one line contains an Umlaut, e.g Öl=Oil, the lines that contain a key with an Umlaut are not highlighted correctly

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

5 participants