CodeMirror Blob: make syntax highlighting more usable
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: olafurpg
Towards https://github.com/sourcegraph/sourcegraph/issues/40551.
This is the first conscious effort to close the gap on syntax highlighting colors between the old and new blob view. This commit only addressed the most obvious differences for Go, TypeScript, JSON and YAML. There are other differences that will need to be addressed separately.
Open a Go, TypeScript, YAML, and JSON file and manually verify that the colors are improved by this PR.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.