-
Notifications
You must be signed in to change notification settings - Fork 744
Comparing changes
Open a pull request
base repository: rouge-ruby/rouge
base: v4.1.0
head repository: rouge-ruby/rouge
compare: v4.1.1
- 15 commits
- 28 files changed
- 12 contributors
Commits on Feb 19, 2023
-
Liquid: update for 5.0.0 (#1681)
* liquid: update for v5 release * liquid: add mimetype * liquid: support inline comments
Configuration menu - View commit details
-
Copy full SHA for 916ed4b - Browse repository at this point
Copy the full SHA 916ed4bView commit details
Commits on Apr 2, 2023
-
Delete buggy detection for Mosel (#1936)
The “Lexer Development” doc says: It is important to note that self.detect? should only return true if it is 100% sure that the language is detected. The specified function matches any file containing the words “model” or “package” at the beginning of a line, which misfires quite a lot! Regularly spotted with debian/changelog files on https://salsa.debian.org/ (powered by GitLab). Co-authored-by: Cyril Brulebois <kibi@debian.org>
Configuration menu - View commit details
-
Copy full SHA for 3889923 - Browse repository at this point
Copy the full SHA 3889923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9608bcc - Browse repository at this point
Copy the full SHA 9608bccView commit details -
Add basic support for Dart 3 features (#1935)
* Support Dart 3 features in Dart lexer * Remove `interface` under `:class` declaration
Configuration menu - View commit details
-
Copy full SHA for 6320e26 - Browse repository at this point
Copy the full SHA 6320e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3df530 - Browse repository at this point
Copy the full SHA d3df530View commit details -
fix: improve openedge abl langage (#1843)
* fix: improve openedge abl langage * Add new lines and trim excessive ones --------- Co-authored-by: Tan Le <numbat@fastmail.com>
Configuration menu - View commit details
-
Copy full SHA for be4d825 - Browse repository at this point
Copy the full SHA be4d825View commit details
Commits on Apr 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b274a10 - Browse repository at this point
Copy the full SHA b274a10View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7958ba - Browse repository at this point
Copy the full SHA a7958baView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e2c367 - Browse repository at this point
Copy the full SHA 1e2c367View commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa1a124 - Browse repository at this point
Copy the full SHA aa1a124View commit details
Commits on May 4, 2023
-
Fix Twig/Jinja: incorrect recognition of some special tokens like key…
…words (#1949) `Twig` and `Jinja` lexers share some variables as class variables. Both classes define `keywords` method like this: ``` class Jinja def self.keywords @@Keywords ||= ... end end class Twig < Jinja def self.keywords @@Keywords ||= ... end end ``` If `Twig.keywords` is called before `Jinja.keywords`, `@@keywords` is set to Twig's and both classes return the same value. If not, `@@keywords` is initialized to Jinja's.
Configuration menu - View commit details
-
Copy full SHA for 96b11b5 - Browse repository at this point
Copy the full SHA 96b11b5View commit details
Commits on May 15, 2023
-
Highlight Ruby's and/or/not logical operators (#1950)
* Highlight Ruby's and/or/not logical operators * Use Operator.Word token for Ruby's and/or/not operators
Configuration menu - View commit details
-
Copy full SHA for c745bb8 - Browse repository at this point
Copy the full SHA c745bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a5798 - Browse repository at this point
Copy the full SHA 56a5798View commit details -
Add detection for zsh completion files (#1933)
* Add detection for zsh completion files * Added tag name in shell * Improve zsh detection with #autoload and #compdef. Add tests --------- Co-authored-by: German Riano <germanr@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 0255a0e - Browse repository at this point
Copy the full SHA 0255a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cb3dd - Browse repository at this point
Copy the full SHA b9cb3ddView 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.1.0...v4.1.1