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

## Summary Adds comprehensive syntax highlighting support for the Ruchy programming language. ### Language Features - **Actor model concurrency** - `actor` keyword and messaging operators - **Pipeline operators** - `>>`...

This PR adds support for CSS nesting, which has had baseline support across all major browsers since 2023 (https://caniuse.com/css-nesting) but doesn't seem to be supported in rouge yet. The first...

**Name of the lexer** HCL **Code sample** A .tf or .tfvars file (standard Terraform file extensions) is not highlighted when rendered via Rouge, because the lexer does not recognize these...

bugfix-request

This is needed otherwise the instructions on this page... https://rouge-ruby.github.io/docs/file.DevEnvironment.html ... fail when you get to `bundle exec rackup` with an error because it can't find `rackup`.

**The name of the language** WebGPU Shading Language, or abbreviated as WGSL. https://gpuweb.github.io/gpuweb/wgsl/ **Implementation in other libraries** https://github.com/pygments/pygments/blob/cfca62e6e95136e48a255e8cbffb0bbe1d98456c/pygments/lexers/wgsl.py **Additional context** None.

lexer-request

Hi, I've reviewed the code of conduct. Here is a summary of the changes. ### What is the issue? - The Rouge syntax highlighter for Swift didn't recognize #expect from...

**deb822** - https://manpages.debian.org/unstable/dpkg-dev/deb822.5.en.html - (inspired by) https://www.ietf.org/rfc/rfc2822.txt - https://manpages.debian.org/unstable/apt/sources.list.5.en.html#DEB822-STYLE_FORMAT - https://manpages.debian.org/unstable/apt/apt_preferences.5.en.html - https://salsa.debian.org/ci-team/autopkgtest/-/blob/a437a28172ad36d68b8dfcdfa233b19dd7239ba3/doc/README.package-tests.rst - ... (many other tools inside Debian use this format, and some outside although they're less common)...

lexer-request