rouge icon indicating copy to clipboard operation
rouge copied to clipboard

A pure Ruby code highlighter that is compatible with Pygments

Results 257 rouge issues
Sort by recently updated
recently updated
newest added

**The name of the language** razor See: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0 **Implementation in other libraries** Don't know what implementation they use, but GitHub has support for it. GitLab uses rouge (and has no...

lexer-request

**Isabelle** See the [reference](https://isabelle.in.tum.de/doc/isar-ref.pdf) for Isabelle (Isar) syntax. There is a [Pygments](https://pygments.org/docs/lexers/?highlight=isabelle#pygments.lexers.theorem.IsabelleLexer) lexer, which was ported in the pull request below. **Additional context** PR for a basic implementation that highlights...

lexer-request

Would it be possible to add Dhall syntax highlighting? Here are a few syntax files as an example: - https://github.com/SQbQxeKd3JHD8/SublimeDhall - https://github.com/vmchale/dhall-vim

lexer-request

Hi, i am a Informix-4GL developer, we are migrating our source code to GitLab and we noticed that there is no lexer for those technologies (*.4gl and *.per). I can...

lexer-request

Hi, I have done this lexer some time ago because my need of support for this language, I think that this can be useful for the comunity. **###################### LEXER INFO...

Adds syntax highlighting for `.mcfunction` files, used in minecraft datapacks. A reference can be found [here](https://minecraft.gamepedia.com/Commands). It is already on major platforms such as [github](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml)

A slight performance improvement when formatting HTML. This will further reduce the number of new strings being created, and also prevents the regex being instantiated multiple times. Briefly benchmarked this...

Closes #784 - Implements a lexer for Apache Thrift.

[GNU Octave](https://www.octave.org) is a free and open source language mostly compatible to Matlab, which is already contained in rouge. This PR adds minor differences with a new class to support...

needs-review

**AutoIt** https://www.autoitscript.com/autoit3/docs/ **Implementation in other libraries** * Pygments: https://github.com/pygments/pygments/blob/debda34e2d4f28d6d369cdafdcba4791702f63fc/pygments/lexers/automation.py (`CTRL + F` and search "AutoIt") * Highlight.js: https://github.com/highlightjs/highlight.js/blob/f0c4a36796262132a3559b2f7800bfea85484b8a/src/languages/autoit.js Would love to see this get added. Thanks in advance.

lexer-request