textmate / ini.tmbundle

TextMate support for Ini
15 stars 9 forks source link

Properties File Language highlighting is Wrong #4

Open aeschli opened 6 years ago

aeschli commented 6 years ago

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


2. Open file `test.properties` with VSCode
3. The language highlight is wrong 
- line 4 is comment, but is grey out
- line 5 key and value is not recognized

<!-- Launch with `code --disable-extensions` to check. -->
Reproduces without extensions: Yes

_Copied from original issue: Microsoft/vscode#41719_
ejbp commented 4 years ago

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 commented 3 years ago

This looks like a duplicate of ticket #3 .

xiaoma20082008 commented 3 years ago

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, https://github.com/microsoft/vscode/issues/111217

Siedlerchr commented 3 years ago

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