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

**Name of the lexer** HyLang **Code sample** ```hy (setv π 3.14159) ``` https://rouge.jneen.net/v4.2.1/hylang/KHNldHYgz4AgMy4xNDE1OSk

bugfix-request

**Name of the lexer** CSS **Code sample** ```css a { color: blue; } /* Internal links, beginning with "#" */ a[href^="#"] { background-color: gold; } /* Links with "example" anywhere...

bugfix-request

**The name of the language** JSON Lines text format, [documentation](https://jsonlines.org/), a newline-delimited JSON that is a great format for log files. - [examples](https://jsonlines.org/examples/) of JSONL. - online [validator](https://jsonlines.org/validator/). - [documentation](https://jsonlines.org/)....

lexer-request

**Describe the error** Following the development setup instructions, I don't understand where rackup is meant to get installed. I `bundle install`d, and `bundle exec rake` works fine, but neither `rackup`...

docs-request

Syntax like this is valid TOML: ```toml list = [ { z = 1 } ] ``` but currently it gets incorrectly rejected by Rouge: ![image](https://github.com/user-attachments/assets/92ef1359-8c05-4355-9d9b-48cb0f5e3d83) I believe this change...

Fix `else if` highlight in makefile. | Before | After | | -- | -- | |||

Davinci script is new codding language that is based on GO LANG

**Name of the lexer** Terraform **Code sample** A sample of the code that produces the bug. ``` locals { demo_dollars = "$${local.demo}" } ``` [Demo link](https://rouge.jneen.net/v4.3.0/terraform/bG9jYWxzIHsKICBkZW1vX2RvbGxhcnMgPSAiJCR7bG9jYWwuZGVtb30iCn0) ![image](https://github.com/user-attachments/assets/e6bb0d50-db18-4db2-a97a-612b73fbb9ab) **Additional context** This...

bugfix-request

Add new lexer for GDT files. GDT is a data exchange format. See: ![GDT_Structure](https://github.com/user-attachments/assets/41c63374-4fac-4dd0-90c4-dc8ee74279e7)