rouge
rouge copied to clipboard
A pure Ruby code highlighter that is compatible with Pygments
**Name of the lexer** HyLang **Code sample** ```hy (setv π 3.14159) ``` https://rouge.jneen.net/v4.2.1/hylang/KHNldHYgz4AgMy4xNDE1OSk
**Name of the lexer** CSS **Code sample** ```css a { color: blue; } /* Internal links, beginning with "#" */ a[href^="#"] { background-color: gold; } /* Links with "example" anywhere...
**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/)....
**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`...
Syntax like this is valid TOML: ```toml list = [ { z = 1 } ] ``` but currently it gets incorrectly rejected by Rouge:  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)  **Additional context** This...
Add new lexer for GDT files. GDT is a data exchange format. See: 