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.26.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: v3.27.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 12 contributors

Commits on Sep 21, 2021

  1. Dafny: New lexer for Dafny (#1647)

    * Creating a lexer for Dafny
    
    * Dafny: adding a small demo
    
    * Dafny: removing the introduced bug
    
    * Improving style
    
    * Slight correction for underscores
    
    * FIxing category of semi-colon
    
    * Reclassifying backtick as puctuation
    
    * Changes to token names
    
    * Add keywords for and nameonly
    
    * Remove indentation
    
    * Add and remove keywords, add examples
    
    Co-authored-by: davidcok <davidcok@amazon.com>
    Co-authored-by: Matthias Schlaipfer <schlaipf@amazon.com>
    3 people authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    bcace45 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    f4de9e0 View commit details
    Browse the repository at this point in the history
  2. Swift 5.5 keywords (#1715)

    johnfairh authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2f023a4 View commit details
    Browse the repository at this point in the history
  3. Several improvements to the Rust lexer (#1711)

    * Rust: Fix lexing of integers
    
    * Rust: Fix lexing of character escapes
    
    * Rust: Fix a few issues where identifiers are lexed as numbers
    
    * Rust: Support unicode idents (new in 1.53)
    
    * Rust: update keyword and builtin list
    
    * Rust: Parse byte strings/chars/raw strings
    
    * Rust: Properly lex (nested) multiline and doc comments
    
    * Add a blank line between tests
    
    Co-authored-by: Tan Le <tan.le@hey.com>
    thomcc and tancnle authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8f9b78a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

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

Commits on Oct 7, 2021

  1. Add links to docs and general formatting (#1745)

    This commit add references between our documentation. Additionally, some
    default styling is also applied using `prettier`.
    tancnle authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    92d0958 View commit details
    Browse the repository at this point in the history
  2. Add a full list of supported languages (#1739)

    * Add a full list of supported languages
    
    Fixes #1738
    
    * Remove remnant from find&replace
    
    * Move the full languages list into separate doc
    
    Thanks to @tancnle for the suggestion!
    gdubicki authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    32f16f9 View commit details
    Browse the repository at this point in the history
  3. Fix LANGUAGES.md link on README (#1747)

    * Fix link to LANGUAGES.md doc
    
    * Format README with prettier
    tancnle authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    456a49a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756eba1 View commit details
    Browse the repository at this point in the history
  5. Add dafny to the list of supported languages (#1749)

    * Add dafny to the list of supported languages
    
    * Format languages doc
    tancnle authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a77c187 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Add curly braces (#1714)

    Curly braces are used in SQL for ODBC escape sequences, and by DuckDB's nested types.
    hawkfish authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f323ecb View commit details
    Browse the repository at this point in the history
  2. Add more SQL-dialects in visual samples (#1751)

    - DuckDB
    - T-SQL
    - PL/SQL
    tancnle authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    39b6432 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Replace Travis CI with Github workflow (#1728)

    Travis has put in place a system of credits,
    which has led most open source projects to migrate away from it.
    Github offers a free, fast, and reliable CI solution which makes the choice a no-brainer.
    Geod24 authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3d5b989 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

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

Commits on Dec 14, 2021

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

Commits on Dec 15, 2021

  1. Release v3.27.0

    Drew Blessing committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    87b9677 View commit details
    Browse the repository at this point in the history
Loading