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

Commits on Apr 1, 2024

  1. toml: support all date formats (#2033)

    TOML supports several different date formats:
    
    	2006-01-02T18:19:20Z         # UTC
    	2006-01-02T18:19:20+01:00    # Timezone
    	2006-01-02 18:19:20+01:00    # Can use space instead of "T"
    
    	2006-01-02 18:19:20          # Local date-time without timezone
    	2006-01-02                   # Local date
    	18:19:20                     # Local time
    arp242 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1953972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a174d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a6996 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    d4df52e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b4b47 View commit details
    Browse the repository at this point in the history
  3. Align the base-16 default dark colour palette (#2040)

    This aligns the base-16 default dark colour palette with the originals.
    tancnle authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e8120fb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    618c239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815fff4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add lexer for IEC 61131-3 Structured Text (#2027)

    The new lexer uses sets of keywords to quickly categorize names and uses
    regular expressions for other elements like numbers and punctuation.
    tali authored May 13, 2024
    Configuration menu
    Copy the full SHA
    1ab0290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aac611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9266cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 14, 2024

  1. Release v4.3.0 (#2054)

    tancnle authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c150ef9 View commit details
    Browse the repository at this point in the history
Loading