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.21.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.22.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 11, 2020

  1. Rewrite PHP lexer to support use statements, function declarations an…

    …d type declarations (#1489)
    
    This commit involves a large-scale rewrite of the PHP lexer with the aim
    of improving the level of semantic detail. Partly this is achieved by
    the use of various heuristics that, while not always correct, do hold
    for the majority of cases. In particular, the lexer has improved
    support for `use` statements, function declarations and type
    declarations.
    
    Co-authored-by: julp <julp@users.noreply.github.com>
    pyrmont and julp authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    ba2d158 View commit details
    Browse the repository at this point in the history
  2. Release v3.22.0 (#1574)

    pyrmont authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    a9fdd44 View commit details
    Browse the repository at this point in the history
Loading