-
Notifications
You must be signed in to change notification settings - Fork 744
Comparing changes
Open a pull request
base repository: rouge-ruby/rouge
base: v3.13.0
head repository: rouge-ruby/rouge
compare: v3.14.0
- 9 commits
- 49 files changed
- 7 contributors
Commits on Nov 12, 2019
-
Add NES Assembly lexer (#1354)
This commit adds a lexer for NES Assembly.
Configuration menu - View commit details
-
Copy full SHA for 374ee22 - Browse repository at this point
Copy the full SHA 374ee22View commit details
Commits on Nov 17, 2019
-
Update state names in json-doc lexer (#1364)
The json-doc lexer inherits from the JSON lexet. As a consequence, an earlier refactoring of the JSON lexer that, among other things, introduced two new states broke the json-doc lexer. This commit corrects the references to these states.
Configuration menu - View commit details
-
Copy full SHA for c75ec1a - Browse repository at this point
Copy the full SHA c75ec1aView commit details
Commits on Nov 18, 2019
-
Add _finally keyword to Magik lexer (#1365)
This commit adds the `_finally` keyword to the Magik lexer.
Configuration menu - View commit details
-
Copy full SHA for 3da22f9 - Browse repository at this point
Copy the full SHA 3da22f9View commit details
Commits on Nov 20, 2019
-
Add support for inline tables to TOML lexer (#1359)
The current TOML lexer does not support inline tables. This commit fixes that by adding a new `:inline` state.
Configuration menu - View commit details
-
Copy full SHA for b8b955c - Browse repository at this point
Copy the full SHA b8b955cView commit details -
This commit adds a lexer for the Slice language.
Configuration menu - View commit details
-
Copy full SHA for 184848a - Browse repository at this point
Copy the full SHA 184848aView commit details
Commits on Nov 24, 2019
-
This commit corrects 'exited' to 'excited'.
Configuration menu - View commit details
-
Copy full SHA for eda009b - Browse repository at this point
Copy the full SHA eda009bView commit details
Commits on Nov 29, 2019
-
Add pattern for matching filenames to the Liquid lexer (#1351)
The Shopify Liquid parser and the Jekyll Liquid parser treat the argument to the `include` tag differently. Specifically, the Jekyll lexer expects a filepath. The existing Liquid lexer does not properly handle code written for the Jekyll implementation. This commit fixes that by introducing a rule thet matches against slashes, periods and alphanumeric characters.
Configuration menu - View commit details
-
Copy full SHA for 4bc1b33 - Browse repository at this point
Copy the full SHA 4bc1b33View commit details
Commits on Dec 9, 2019
-
Fix lexing of comments at the EOF (#1371)
A number of lexers included a newline at the end of the pattern for matching comments. This would result in a comment not being lexed correctly if it was at the end of text. This commit fixes numerous instances of this.
Configuration menu - View commit details
-
Copy full SHA for d0aa1d2 - Browse repository at this point
Copy the full SHA d0aa1d2View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e04388 - Browse repository at this point
Copy the full SHA 7e04388View 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.13.0...v3.14.0