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: v4.1.2
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: v4.1.3
Choose a head ref
  • 8 commits
  • 14 files changed
  • 7 contributors

Commits on Jun 11, 2023

  1. irb lexer: recognize the SIMPLE prompt (#1943)

    * irb lexer: recognize the SIMPLE prompt
    
    Added support for IRB's `:SIMPLE` prompt (`>>`), plus some tests
    for it and the two other supported prompts (IRB's `:STANDARD` and Pry's
    default).
    
    * Update lib/rouge/lexers/irb.rb
    
    Avoid picking output as prompt
    
    + support for multi-line prompts. Courtesy of @tancnle.
    
    Co-authored-by: Tan Le <numbat@fastmail.com>
    
    ---------
    
    Co-authored-by: Tan Le <numbat@fastmail.com>
    r3trofitted and tancnle authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a5c5f1b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Swift 5.8 and 5.9 updates (#1948)

    * Swift 5.8 updates
    
    Add new keywords and tidy up the overall list.
    Support property wrapper projection syntax
    
    * Swift regex literals
    
    * Tidy Swift keywords lists
    
    * Swift 5.9 updates
    johnfairh authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9d7ce06 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Add Typescript support for .cts and .mts (#1978)

    Adds Typescript syntax highlighting to `.cts` and `.mts` files. These file extensions only specify to Typescript/Node what module system to use. They use the same syntax highlighting as `.ts` files. More info [here](https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions).
    gspetrou authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fa7c89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87eb9e View commit details
    Browse the repository at this point in the history
  3. Update HCL & Terraform Lexers (#1975)

    * HCL/Terraform Lexer Update
    
    * Update lib/rouge/lexers/hcl.rb
    
    Co-authored-by: Tan Le <numbat@fastmail.com>
    
    ---------
    
    Co-authored-by: Tan Le <numbat@fastmail.com>
    X-Guardian and tancnle authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1bf355c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Release v4.1.3 (#1982)

    tancnle authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3ceb867 View commit details
    Browse the repository at this point in the history
Loading