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

Hello, here is a proposal to add support for **SPL (Splunk query language)**. SPL is technically fileless, meaning that it does not come up in a dedicated file with a...

`.dtx` file is a special LaTeX file used in literate programming in which all `%` characters at the beginning of code lines are not regarded as comment characters. In vscode...

enhancement-request

**Name of the lexer** cpp **Code sample** ``` namespace { void f1() { } void f2() { } void f3() { } } ``` rouge.jneen.net doesn't seem to work. ```...

bugfix-request

This lexor is roughly based on the C lexor. It seems to be correctly doing the syntax highlighting, however it does NOT detect syntax errors.

## Name of the lexer Ruby. ## Code sample ```ruby f { |x:| } ``` In this example, `x:` is a keyword argument whose default value is not provided. However,...

bugfix-request

Hi hi hi... I'm poking at switching over to rogue and when ruby warnings are on (via `ruby -w` or `$-w = true`, or just plain `rake spec` w/ the...

**Name of the lexer** Java **Additional context** Keywords and features added since Java 5 should be supported by the Java lexer. There may be more missing, but it appears support...

bugfix-request

**Name of the lexer** Java **Code sample** ```java @CsvSource(delimiter = '|', quoteCharacter = '"', textBlock = """ #----------------------------- # FRUIT | RANK #----------------------------- apple | 1 #----------------------------- banana | 2...

bugfix-request