nonkit / shThemeAndBrushSb

SyntaxHighlighter 3.0.83 compatible theme and bursh for Small Basic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SyntaxHighlighter 3.0.83 compatible theme and bursh for Small Basic.

License:Other


Languages

Language:CSS 92.8%Language:HTML 7.2%