Small Basic brush module and theme for SyntaxHighlighter 3.0.83.
Describe following brushes and themes in your HTML file.
<script type="text/javascript" src="scripts/shCore.js"></script>
<script type="text/javascript" src="scripts/shBrushSb.js"></script>
<link type="text/css" rel="stylesheet" href="styles/shCore.css"/>
<link type="text/css" rel="stylesheet" href="styles/shThemeSb.css"/>
Then it can be used with one of these aliases:
<pre class="brush: sb;">
<pre class="brush: smallbasic;">
See index.html as a sample.