rouge
rouge copied to clipboard
A pure Ruby code highlighter that is compatible with Pygments
**Rouge** Python Language **Rouge Gem Version** 3.26.0 **Code sample** A sample of the code that produces the bug. ``` def get_realtime_status_safety_input_data(self, cpuc_cpu_id): """ Get data from realtime status safety input...
**The name of the language** Devicetree https://www.devicetree.org/specifications/ **Implementation in other libraries** [Pygments lexer](https://github.com/pygments/pygments/blob/master/pygments/lexers/devicetree.py) [Highlight.js lexer](https://github.com/highlightjs/highlight.js/blob/main/src/languages/dts.js)
According to the README: setting `wrap: false` with the `HTMLLegacy` formatter, or simply using the `HTML` formatter, is supposed to not introduce any new ``s. Apparently, though, it actually removes...
Hi, I'm a big fan of the Pyret language developed by the Brown PLT group specifically for teaching programming. Since I'd like to use it for teaching, myself, I figured...
When running tests for a gem that depends on `rouge` I've noticed that there are a bunch of relatively easy to fix warnings popping up during the test execution. I've...
**Name of the lexer** Markdown Lexer. The markdown lexer seems to incorrectly color the first word after a link if it follows an opening parenthesis. I'll see if I can...
Fixes #1448 Currently, there is an odd edge case where a link followed by an open parenthesis triggers incorrect coloring: the last text should be uncolored, it's plaintext. (You can...
When will version 3.27 be released? There were monthly releases in 2020, but perhaps 2021 will have a different release schedule. Any thoughts, @jneen, @dblessing, and @gfx?
Hi, It would be nice to have syntax highlighting for RobotFramework [.resource](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#id647) (keyword libraries) file extension. I am rookie with Ruby language syntax but seems to be a small addition...