catppuccin / github

🐈‍⬛ Soothing pastel theme for GitHub
MIT License
251 stars 21 forks source link

Using comments inside of a `json` codeblock creates hard to read text #8

Closed mainrs closed 2 years ago

mainrs commented 2 years ago

https://github.com/dhall-lang/dhall-haskell/issues/2374#issue-1119871430

image

The code block looks like this:

```json
// .vscode/settings.json
{
    "vscode-dhall-lsp-server.server.contextFile": "${workspaceRoot}/ApiContext.dhall"
}
```
unseen-ninja commented 2 years ago

Fixed. This should also fix some of the other issues the prettylights highlighting still had. c: