Skip to content
New issue

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

Improve syntax highlighting colors #4572

Merged
merged 1 commit into from Sep 27, 2016

Commits on Sep 27, 2016

  1. Improve syntax highlighting colors

    - Highlight the error location markers in bold red.
    - Dim the line number gutter with grey.
    - Don't highlight brackets. Few editor color schemes do.
    - Add JSX tag highlighting.
    - Don't highlight punctuators with bold. That looks bad on Ubuntu based
      systems. Instead, highlight them the same way as JSX tags, which
      results in really nice JSX highlighting.
    - Highlight capitalized variable names.
    - Make invalid tokens stand out with a red background.
    lydell committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    fa1de5c View commit details
    Browse the repository at this point in the history