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.26.0
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.26.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 11 contributors

Commits on Dec 9, 2020

  1. Update list of maintainers in README (#1646)

    This commit updates the README to remove @pyrmont as a maintainer. He
    stepped down as a maintainer from 7 December 2020.
    pyrmont authored Dec 9, 2020
    4 Configuration menu
    Copy the full SHA
    69b1b00 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. cpp lexer: add y/d chrono literals, add std::complex literals, fix ch…

    …rono literals with digit separator (#1665)
    
    Co-authored-by: Stuart <stuart.wheaton@jhuapl.edu>
    swheaton and Stuart authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    26af041 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Update README.md (#1666)

    * Update README.md
    
    Add installation instructions
    
    * Remove gem version as requested
    Dennis Hackethal authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b1ae5a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Fix single line block comments and scoped variables and functions in …

    …JSL lexer (#1663)
    
    * fix lexing of one line block comments
    
    * better parsing of scoped variables/functions
    
    * missing return
    
    * add more jsl visual samples
    
    * simplify multiline comment rule
    use non greedy .*
    
    Co-authored-by: Ben Peachey Higdon <bpeachey@predictum.com>
    BenPH and Ben Peachey Higdon authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    88da9c6 View commit details
    Browse the repository at this point in the history
  2. Fix Ruby 2.7 keyword parameter deprecation warning (#1597)

    This fixes the warning:
    
    ```
    lib/rouge/formatter.rb:46: warning: Using the last argument as
    keyword parameters is deprecated; maybe ** should be added to the call
    ```
    
    More details:
    https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
    stanhu authored Jan 27, 2021
    2 Configuration menu
    Copy the full SHA
    1e246d1 View commit details
    Browse the repository at this point in the history
  3. Fix YAML key containing special characters (#1667)

    The regex is lifted from the YamlLexer class in Pygments library.
    Tan Le authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4ba99f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Pin power_assert to 1.2 series (#1678)

    `power_assert` recently released version 2.0 which caused some
    issues on older versions of Ruby. Pin to 1.2 for now until we
    deprecate support for older versions of Ruby.
    dblessing authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    442c8f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Avoid catastrophic backtracing in regex (#1690)

    * Avoid catastrophic backtracing in regex
    
    * Update factor lexer string regex
    
    Uses the same regex as pygments, and removes the
    triple quote regex, which isn't actually supported
    in factor
    Ravlen authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    78af25c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Release v3.26.1

    Drew Blessing committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5e4d11d View commit details
    Browse the repository at this point in the history
Loading