-
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.0
head repository: rouge-ruby/rouge
compare: v3.26.1
- 9 commits
- 14 files changed
- 11 contributors
Commits on Dec 9, 2020
-
Update list of maintainers in README (#1646)
This commit updates the README to remove @pyrmont as a maintainer. He stepped down as a maintainer from 7 December 2020.
4Configuration menu - View commit details
-
Copy full SHA for 69b1b00 - Browse repository at this point
Copy the full SHA 69b1b00View commit details
Commits on Jan 19, 2021
-
cpp lexer: add y/d chrono literals, add std::complex literals, fix ch…
…rono literals with digit separator (#1665) Co-authored-by: Stuart <stuart.wheaton@jhuapl.edu>
Configuration menu - View commit details
-
Copy full SHA for 26af041 - Browse repository at this point
Copy the full SHA 26af041View commit details
Commits on Jan 22, 2021
-
* Update README.md Add installation instructions * Remove gem version as requested
Dennis Hackethal authoredJan 22, 2021 Configuration menu - View commit details
-
Copy full SHA for b1ae5a3 - Browse repository at this point
Copy the full SHA b1ae5a3View commit details
Commits on Jan 27, 2021
-
Fix single line block comments and scoped variables and functions in …
…JSL lexer (#1663) * fix lexing of one line block comments * better parsing of scoped variables/functions * missing return * add more jsl visual samples * simplify multiline comment rule use non greedy .* Co-authored-by: Ben Peachey Higdon <bpeachey@predictum.com>
Configuration menu - View commit details
-
Copy full SHA for 88da9c6 - Browse repository at this point
Copy the full SHA 88da9c6View commit details -
Fix Ruby 2.7 keyword parameter deprecation warning (#1597)
This fixes the warning: ``` lib/rouge/formatter.rb:46: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call ``` More details: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
2Configuration menu - View commit details
-
Copy full SHA for 1e246d1 - Browse repository at this point
Copy the full SHA 1e246d1View commit details -
Fix YAML key containing special characters (#1667)
The regex is lifted from the YamlLexer class in Pygments library.
Tan Le authoredJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 4ba99f4 - Browse repository at this point
Copy the full SHA 4ba99f4View commit details
Commits on Feb 12, 2021
-
Pin power_assert to 1.2 series (#1678)
`power_assert` recently released version 2.0 which caused some issues on older versions of Ruby. Pin to 1.2 for now until we deprecate support for older versions of Ruby.
Configuration menu - View commit details
-
Copy full SHA for 442c8f4 - Browse repository at this point
Copy the full SHA 442c8f4View commit details
Commits on Jun 7, 2021
-
Avoid catastrophic backtracing in regex (#1690)
* Avoid catastrophic backtracing in regex * Update factor lexer string regex Uses the same regex as pygments, and removes the triple quote regex, which isn't actually supported in factor
Configuration menu - View commit details
-
Copy full SHA for 78af25c - Browse repository at this point
Copy the full SHA 78af25cView commit details
Commits on Sep 17, 2021
-
Drew Blessing committed
Sep 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e4d11d - Browse repository at this point
Copy the full SHA 5e4d11dView 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.0...v3.26.1