Files
RedBear-OS/local/recipes/kde/kf6-syntaxhighlighting/source/autotests/html/retro.retro.dark.html
T

40 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>retro.retro</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (RETRO) - Theme (Breeze Dark)"/>
</head><body style="background-color:#232629;color:#cfcfc2"><pre>
<span style="color:#7a7c7d">#! /usr/bin/env retro</span>
<span style="color:#7a7c7d"># RETRO Test File</span>
<span style="color:#7a7c7d">This is an example of the literate format</span>
<span style="color:#7a7c7d">RETRO uses, which lets us program in a literate style.</span>
<span style="color:#27ae60">```</span>
<span style="color:#8e44ad">:test</span><span style="color:#8e44ad"> ;</span>
<span style="color:#27ae60">```</span>
<span style="color:#7a7c7d">That was a test block. It defines a test.</span>
<span style="color:#27ae60">~~~</span>
<span style="color:#8e44ad">:word</span><span style="color:#8e44ad"> </span><span style="color:#7a7c7d">(note)</span>
<span style="color:#8e44ad"> </span><span style="color:#2980b9">#1</span><span style="color:#8e44ad"> </span><span style="color:#f44f4f">'mald</span><span style="color:#7a7c7d">_</span><span style="color:#f44f4f">%n</span><span style="color:#8e44ad"> s</span><span style="color:#8e44ad">:format</span><span style="color:#8e44ad"> s</span><span style="color:#8e44ad">:put</span>
<span style="color:#8e44ad"> </span><span style="color:#f67400">.1.0</span><span style="color:#8e44ad"> drop</span>
<span style="color:#8e44ad">;</span>
<span style="color:#8e44ad">:hm</span><span style="color:#8e44ad"> </span><span style="color:#7a7c7d">(idk)</span>
<span style="color:#27ae60">~~~</span>
<span style="color:#7a7c7d">That's the start of a word.</span>
<span style="color:#7a7c7d">These code fences can be placed anywhere.</span>
<span style="color:#27ae60">~~~</span>
<span style="color:#8e44ad"> </span>&amp;A<span style="color:#8e44ad"> </span><span style="color:#3daee9">$A</span><span style="color:#8e44ad"> </span><span style="color:#8e44ad">`a</span><span style="color:#8e44ad"> </span><span style="color:#8e44ad">\a</span><span style="color:#8e44ad"> </span><span style="color:#8e44ad">|a</span><span style="color:#8e44ad"> </span><span style="color:#27aeae">@a</span><span style="color:#8e44ad"> </span><span style="color:#27aeae">!a</span>
<span style="color:#8e44ad">;</span>
<span style="color:#27ae60">~~~</span>
<span style="color:#7a7c7d">Running that gibberish code is not safe for your system, probably.</span>
<span style="color:#7a7c7d">You wouldn't wanna do it.</span>
</pre></body></html>