WP Manifestindependent plugin directory
manifest / content / wp-syntaxhighlighter-msbatchbrush

SyntaxHighlighter Evolved: MSBatch Brush

Adds brush (language) support for "MS Batch" to the SyntaxHighlighter Evolved plugin.

by Suguru YAMAMOTO · github.com/sgryjp/wp-syntaxhighlighter-msbatchbrush

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sgryjp/wp-syntaxhighlighter-msbatchbrush/archive/refs/heads/master.zip

This is a WordPress plug-in which addes support for the syntax of "batch files" which is used on Windows platform.

Installation

  1. Make a directory syntaxhighlighter-msbatchbrush under {YourWordPressDir}/wp-content/plugins.

  2. Put the files below into the directory:

    • wp-syntaxhighlighter-msbatchbrush.php
    • shBrushMSBatch.js
  3. Activate the plug-in on your WordPress admin.

Update History

v0.0.4

  • [add] Now special keywords such as "exist" which is regarded as keywords only if it its trailing after "if" will be properly highlighted.
  • [mod] Changed to zlib/libpng license.

v0.0.3 (2014-03-06)

  • [add] Just created and published.