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

Topic/more scala fixes #996

Merged
merged 3 commits into from Dec 2, 2015
Merged

Commits on Nov 24, 2015

  1. Fix some remaining issues with scala highlighting.

    After the last fix to case classes, types in the
    parameter list were not highlighting correctly.
    There were also some remaining issues with the
    delimiters being highlighted.
    
    This commit seems to allow parameters (and type
    parameters) to classes to be highlighted correctly
    in basically all styles.
    non committed Nov 24, 2015
    Copy the full SHA
    9bc1eb8 View commit details
    Browse the repository at this point in the history
  2. Add .hljs-type to styles which lack it.

    This commit adds the .hljf-type class name to the 'vs'
    and 'hopscotch' styles. The lack of this makes the
    highlighting for Scala (and possibly other styles)
    less attractive.
    non committed Nov 24, 2015
    Copy the full SHA
    980bb30 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3497ae9 View commit details
    Browse the repository at this point in the history