Currently the custom snippets from the `snippets.json` file for Emmet aren't loaded if there are comments in the JSON file. This is because `JSON.parse()` fails to parse the file contents if there are any comments
Currently the custom snippets from the
snippets.jsonfile for Emmet aren't loaded if there are comments in the JSON file.This is because
JSON.parse()fails to parse the file contents if there are any comments