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.13.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.14.0
Choose a head ref
  • 9 commits
  • 49 files changed
  • 7 contributors

Commits on Nov 12, 2019

  1. Add NES Assembly lexer (#1354)

    This commit adds a lexer for NES Assembly.
    ShyDev authored and pyrmont committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    374ee22 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Update state names in json-doc lexer (#1364)

    The json-doc lexer inherits from the JSON lexet. As a consequence, an
    earlier refactoring of the JSON lexer that, among other things,
    introduced two new states broke the json-doc lexer. This commit corrects
    the references to these states.
    MaximeKjaer authored and pyrmont committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c75ec1a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Add _finally keyword to Magik lexer (#1365)

    This commit adds the `_finally` keyword to the Magik lexer.
    StevenLooman authored and pyrmont committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    3da22f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Add support for inline tables to TOML lexer (#1359)

    The current TOML lexer does not support inline tables. This commit fixes
    that by adding a new `:inline` state.
    pyrmont authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b8b955c View commit details
    Browse the repository at this point in the history
  2. Add Slice lexer (#867)

    This commit adds a lexer for the Slice language.
    jolkdarr authored and pyrmont committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    184848a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Fix typo in README.md (#1367)

    This commit corrects 'exited' to 'excited'.
    supersven authored and pyrmont committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    eda009b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Add pattern for matching filenames to the Liquid lexer (#1351)

    The Shopify Liquid parser and the Jekyll Liquid parser treat the
    argument to the `include` tag differently. Specifically, the Jekyll
    lexer expects a filepath.
    
    The existing Liquid lexer does not properly handle code written for the
    Jekyll implementation. This commit fixes that by introducing a rule thet
    matches against slashes, periods and alphanumeric characters.
    EricFromCanada authored and pyrmont committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4bc1b33 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Fix lexing of comments at the EOF (#1371)

    A number of lexers included a newline at the end of the pattern for
    matching comments. This would result in a comment not being lexed
    correctly if it was at the end of text. This commit fixes numerous
    instances of this.
    MaximeKjaer authored and pyrmont committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d0aa1d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Release v3.14.0 (#1373)

    pyrmont authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7e04388 View commit details
    Browse the repository at this point in the history
Loading