-
Notifications
You must be signed in to change notification settings - Fork 743
Comparing changes
Open a pull request
base repository: rouge-ruby/rouge
base: v3.26.1
head repository: rouge-ruby/rouge
compare: v3.27.0
- 17 commits
- 24 files changed
- 12 contributors
Commits on Sep 21, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for bcace45 - Browse repository at this point
Copy the full SHA bcace45View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f4de9e0 - Browse repository at this point
Copy the full SHA f4de9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f023a4 - Browse repository at this point
Copy the full SHA 2f023a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8f9b78a - Browse repository at this point
Copy the full SHA 8f9b78aView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db48be6 - Browse repository at this point
Copy the full SHA db48be6View commit details
Commits on Oct 7, 2021
-
Add links to docs and general formatting (#1745)
This commit add references between our documentation. Additionally, some default styling is also applied using `prettier`.
Configuration menu - View commit details
-
Copy full SHA for 92d0958 - Browse repository at this point
Copy the full SHA 92d0958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f16f9 - Browse repository at this point
Copy the full SHA 32f16f9View commit details -
Fix LANGUAGES.md link on README (#1747)
* Fix link to LANGUAGES.md doc * Format README with prettier
Configuration menu - View commit details
-
Copy full SHA for 456a49a - Browse repository at this point
Copy the full SHA 456a49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756eba1 - Browse repository at this point
Copy the full SHA 756eba1View commit details -
Add dafny to the list of supported languages (#1749)
* Add dafny to the list of supported languages * Format languages doc
Configuration menu - View commit details
-
Copy full SHA for a77c187 - Browse repository at this point
Copy the full SHA a77c187View commit details
Commits on Oct 8, 2021
-
Curly braces are used in SQL for ODBC escape sequences, and by DuckDB's nested types.
Configuration menu - View commit details
-
Copy full SHA for f323ecb - Browse repository at this point
Copy the full SHA f323ecbView commit details -
Add more SQL-dialects in visual samples (#1751)
- DuckDB - T-SQL - PL/SQL
Configuration menu - View commit details
-
Copy full SHA for 39b6432 - Browse repository at this point
Copy the full SHA 39b6432View commit details
Commits on Oct 19, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3d5b989 - Browse repository at this point
Copy the full SHA 3d5b989View commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7659176 - Browse repository at this point
Copy the full SHA 7659176View commit details -
Issue #1753: SQL Windowing Keywords (#1754)
Add some missing [window syntax]( https://www.postgresql.org/docs/9.5/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) keywords.
Configuration menu - View commit details
-
Copy full SHA for fca437f - Browse repository at this point
Copy the full SHA fca437fView commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db5c4ad - Browse repository at this point
Copy the full SHA db5c4adView commit details
Commits on Dec 15, 2021
-
Drew Blessing committed
Dec 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 87b9677 - Browse repository at this point
Copy the full SHA 87b9677View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.26.1...v3.27.0