-
Notifications
You must be signed in to change notification settings - Fork 743
Comparing changes
Open a pull request
base repository: rouge-ruby/rouge
base: v4.2.0
head repository: rouge-ruby/rouge
compare: v4.2.1
- 12 commits
- 42 files changed
- 4 contributors
Commits on Dec 3, 2023
-
toml: don't highlight keys with inline tables as tables (#2002)
A TOML table looks like: [tblname] key = 'value' You can also use inline tables like so: [tblname] key = 'value' inline = {key = 'value'} However, the "inline" would get highlighted as a table (same as "[tblname]") rather than a regular key, which is very jarring and unexpected IMHO. It looks like it's been like this ever since inline tables were added in #1359, but I don't think anyone really wants this behaviour.
Configuration menu - View commit details
-
Copy full SHA for 1bdd948 - Browse repository at this point
Copy the full SHA 1bdd948View commit details
Commits on Dec 24, 2023
-
Move several gems in Gemfile into development group to avoid eager re…
…quire (#2015) Bundler shouldn't require everything. Slows down the world. Co-authored-by: Ryan Davis <ryand-ruby@zenspider.com>
Configuration menu - View commit details
-
Copy full SHA for 7f40bd2 - Browse repository at this point
Copy the full SHA 7f40bd2View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f99db81 - Browse repository at this point
Copy the full SHA f99db81View commit details -
Highlight float number in nginx lexer (#2017)
* Highlight float number in nginx lexer * Add more nginx lexer samples
Configuration menu - View commit details
-
Copy full SHA for 0ba3ba9 - Browse repository at this point
Copy the full SHA 0ba3ba9View commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb9aae2 - Browse repository at this point
Copy the full SHA fb9aae2View commit details -
Development related cleanup (#2018)
* Removed unnecessary require of minitest/spec * Move require git inside of Rogue::Tasks::Git#initialize to make it lazy git gem has warnings, this quells them * Strip trailing whitespace from changelog.rake --------- Co-authored-by: Ryan Davis <ryand-ruby@zenspider.com>
Configuration menu - View commit details
-
Copy full SHA for 7b8df6c - Browse repository at this point
Copy the full SHA 7b8df6cView commit details -
Turn on warnings via VERBOSE env (#2019)
* Allow warnings in test if ENV["VERBOSE"] (no good way to set $VERBOSE from the outside) * Add VERBOSE option to development doc --------- Co-authored-by: Ryan Davis <ryand-ruby@zenspider.com>
Configuration menu - View commit details
-
Copy full SHA for 61bdda1 - Browse repository at this point
Copy the full SHA 61bdda1View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dbee7d - Browse repository at this point
Copy the full SHA 0dbee7dView commit details
Commits on Mar 18, 2024
-
Fix duplicate range regexp warnings (#2030)
* Remove duplicate range regexp warnings * Fixed a LOT of warnings from scala. Turns out it was one local variable used in a lot of regexps. This updates the link to the reference and fixes it per reference. --------- Co-authored-by: Ryan Davis <ryand-ruby@zenspider.com>
Configuration menu - View commit details
-
Copy full SHA for 4a52324 - Browse repository at this point
Copy the full SHA 4a52324View commit details -
Fix private class unused variable warnings (#2031)
* Fix warnings about private_class_method usage * Unused variable warnings Most of these should just be removed instead of underscored... but I want eyeballs on this first. Some aren't being used the way they think they're being used. * Remove unused variable warnings in GDScript * Remove unused variables * Remove parentheses after method name warnings * Remove regexp ambiguity warnings --------- Co-authored-by: Ryan Davis <ryand-ruby@zenspider.com>
Configuration menu - View commit details
-
Copy full SHA for 2fa465a - Browse repository at this point
Copy the full SHA 2fa465aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db3f4c7 - Browse repository at this point
Copy the full SHA db3f4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4bb7d - Browse repository at this point
Copy the full SHA 0f4bb7dView 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 v4.2.0...v4.2.1