No release in over 3 years
== Rouge::Lexers::WhatLang {Rouge}[https://github.com/rouge-ruby/rouge] lexer for {WhatLang}[https://esolangs.org/wiki/WhatLang], a stack-based esoteric programming language
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 3.0, < 5.0
 Project Readme

rouge-lexers-whatlang

Rouge lexer for WhatLang, a stack-based esolang.

Installation

Add this line to your Gemfile:

gem 'rouge-lexers-whatlang'

Or run:

$ gem install rouge-lexers-whatlang

Usage

For Jekyll:

{% highlight whatlang %}
3range@(`Hello, world!\n`)#__
{% endhighlight %}

or use fenced code blocks in Markdown / Kramdown:

```whatlang
3range@(`Hello, world!\n`)#__
```

For Rouge CLI:

$ rougify highlight -r rouge-lexers-whatlang [...]

Besides whatlang, this lexer also supports what and wl as aliases. .what is the file extension for WhatLang.

Testing

After cloning the repository, run ruby bin/visual.rb (optionally followed by a theme name which defaults to thankful_eyes) to write a visual test to tmp/visual.html.