We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @sprinkle131313 on January 25, 2017 5:0
It seems github has the same highlight error. The ";" character doesn't indicate a comment in the following context:
; comment [Something] VAR=%VAR%;addition ; ^~~~~~ not a comment
Copied from original issue: microsoft/vscode#19336
The text was updated successfully, but these errors were encountered:
From @mousetraps on January 25, 2017 19:56
Indeed, you're right! Comments must be on their own lines in INI grammar. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
From @sprinkle131313 on January 25, 2017 5:0
It seems github has the same highlight error. The ";" character doesn't indicate a comment in the following context:
Copied from original issue: microsoft/vscode#19336
The text was updated successfully, but these errors were encountered: