Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 669 Bytes

shThemeSb.css and shBrushSb.js

Small Basic brush module and theme for SyntaxHighlighter 3.0.83.

Usage

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.