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

fix(makefile) fix double relevance for assignments #2278

Merged

Commits on Nov 12, 2019

  1. fix(makefile) fix double relevance for assignments

    Closes highlightjs#1976.
    
    - Makefile was claiming 2 relevance for every `x =` pattern
    - This is a little ridiculous IMHO.
    - I'm not sure any other grammars get points for assignment,
      so 2 seems way off to me.
    - Cleaning up the grammar and lowering this rule back to
      1 relevance.
    joshgoebel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8c31f3e View commit details
    Browse the repository at this point in the history
  2. changelog

    joshgoebel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    eff9c2d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    319069e View commit details
    Browse the repository at this point in the history