You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: