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.9.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.10.0
Choose a head ref
  • 12 commits
  • 26 files changed
  • 6 contributors

Commits on Aug 22, 2019

  1. Add Clean lexer (#1305)

    This commit adds a lexer for the Clean language.
    camilstaps authored and pyrmont committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    6ad8346 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Add Lustre lexer (#905)

    This commit adds a lexer for the Lustre language.
    jahierwan authored and pyrmont committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e84edc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Add lisp alias to Common Lisp lexer (#848)

    Although Common Lisp is This is consistent with the approach of Pygments.
    bonniee authored and pyrmont committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    33f0428 View commit details
    Browse the repository at this point in the history
  2. Revert "Add lisp alias to Common Lisp lexer (#848)" (#1314)

    This reverts commit 33f0428.
    pyrmont authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    b65c879 View commit details
    Browse the repository at this point in the history
  3. Add 'lisp' alias to Common Lisp lexer (#1315)

    Although Common Lisp is a Lisp dialect, assigning the alias 'lisp' to
    the Common Lisp lexer is consistent with the approach of Pygments.
    pyrmont authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    106e86f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Remove link to online dingus (#1317)

    The online dingus at rouge.jneen.net no longer allows a user to save a
    code sample. This commit removes the prompt from the bug report template
    suggesting a link be included.
    pyrmont authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1c44039 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Permit an empty reason-phrase element in HTTP lexer (#1313)

    The HTTP 1.1 spec permits empty reason-phrase elements in HTTP
    responses but the HTTP lexer requires a reason-phrase to be given. This
    commit removes that requirement.
    pyrmont authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fdbf747 View commit details
    Browse the repository at this point in the history
  2. Add SPARQL lexer (#872)

    This commit adds a lexer for the SPARQL language.
    noniq authored and pyrmont committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0cc4313 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Add JSL lexer (#871)

    This commit adds a lexer for the JMP Scripting Language.
    justinc11 authored and pyrmont committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    8168673 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Correct minor errors in the Lustre lexer (#1316)

    This commit primarily adds some missing frozen string literal pragmas
    and makes regular expression literals more consistent.
    pyrmont authored Sep 1, 2019
    Configuration menu
    Copy the full SHA
    9724e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Add Lutin lexer (#1307)

    This commit adds a lexer for the Lutin language.
    jahierwan authored and pyrmont committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    fd82b9c View commit details
    Browse the repository at this point in the history
  2. Release v3.10.0 (#1320)

    pyrmont authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    7b87678 View commit details
    Browse the repository at this point in the history
Loading