syntax highlight json comments
reproduce:
- create a file.json with the content
// test comment - commit and push it to a repo
- what you'll get is
// is this the style for a comment ?
notes:
- inspecting the html the applied class style is named "err". I think there's some error in the highlighter processor for Json comments ( // and either /* */ )