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
https://json5.org/ specifies that keys can be ECMAScript 5.1 IdentifierName.
So this pattern should include the dollar sign (among other changes, probably): https://github.com/mrmlnc/vscode-json5/blob/master/syntaxes/json5.json#L147
The text was updated successfully, but these errors were encountered:
Any chance this will be resolved any time soon?
Sorry, something went wrong.
$id , $type , $values and such other are used as keywords for exporting/importing Objects, i assume that they should be marked with warnings .
$id
$type
$values
No branches or pull requests
https://json5.org/ specifies that keys can be ECMAScript 5.1 IdentifierName.
So this pattern should include the dollar sign (among other changes, probably): https://github.com/mrmlnc/vscode-json5/blob/master/syntaxes/json5.json#L147
The text was updated successfully, but these errors were encountered: