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
Comments should be differentiated from URLs, but also tracked if used in JSON or NBT data.
The text was updated successfully, but these errors were encountered:
Okay, so this is a fiddly one.
The issue is // found withing a string. A string is anything found withing double quotes. Example:
//
"value": { "translate": "Ideal Development Environment\nby Moesh (http://moesh.ca)"}
My solution is going to be to match strings that contain // and ignore them, while still removing other comments.
Sorry, something went wrong.
Version: 0.8.1
081bd53
Fixes #45 Fixes #46
ba56c3f
No branches or pull requests
Comments should be differentiated from URLs, but also tracked if used in JSON or NBT data.
The text was updated successfully, but these errors were encountered: