Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.1
Choose a base ref
...
head repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 5 contributors

Commits on Oct 3, 2019

  1. Add MiniZinc lexer (#1329)

    This commit adds a lexer for the MiniZinc language.
    
    * Shorten link
    
    * Simplify ID regex
    
    * Remove unnecessary newline rule
    
    * Simplify single comment rule
    
    * Change priority of generic identifier rule
    
    * Remove unnecessary parentheses
    abevoelker authored and pyrmont committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    d318419 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Remove note about GitHub Pages' version of Rouge (#1344)

    GitHub has updated their version of Rouge to 3.11.0.
    AndrewPetz authored and pyrmont committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    122e8ea View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Add Phoenix Live View file glob to Embedded Elixir lexer (#1347)

    Phoenix Live View uses the `.leex` file extension. This adds a `*.leex`
    file glob to the Embedded Elixir lexer.
    vermaxik authored and pyrmont committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    b357204 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Ensure XML lexer handles unknown DOCTYPEs (#1348)

    The Mason lexer mistakenly handles unknown DOCTYPEs. This commit ensures
    that the XML lexer handles unknown DOCTYPEs and adds a test to prevent
    future regressions.
    johnfairh authored and pyrmont committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    abbf5fa View commit details
    Browse the repository at this point in the history
  2. Handle Guesser::Ambiguous in Markdown context (#1349)

    If more than one lexer is selected when guessing the language of
    provided code, `Lexer.find_fancy` will throw a `Guesser::Ambiguous`
    error. When lexing in the context of Markdown, this commit causes Rouge
    to instead select the first of the candidates.
    johnfairh authored and pyrmont committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    8ffc50b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Release v3.12.0 (#1350)

    pyrmont authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fdac064 View commit details
    Browse the repository at this point in the history
Loading